Skip to content

Commit ff5adbb

Browse files
committed
Remove tool definitions from configure invocation.
1 parent 912f2d9 commit ff5adbb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,8 @@ ARCH-$(target)=$$(subst .,,$$(suffix $(target)))
124124
ifneq ($(os),macOS)
125125
ifeq ($$(findstring simulator,$$(SDK-$(target))),)
126126
TARGET_TRIPLE-$(target)=$$(ARCH-$(target))-apple-$$(OS_LOWER-$(target))$$(VERSION_MIN-$(os))
127-
TARGET_TOOL_TRIPLE-$(target)=$$(ARCH-$(target))-apple-$$(OS_LOWER-$(target))
128127
else
129128
TARGET_TRIPLE-$(target)=$$(ARCH-$(target))-apple-$$(OS_LOWER-$(target))$$(VERSION_MIN-$(os))-simulator
130-
TARGET_TOOL_TRIPLE-$(target)=$$(ARCH-$(target))-apple-$$(OS_LOWER-$(target))-simulator
131129
endif
132130
endif
133131

@@ -280,10 +278,6 @@ $$(PYTHON_SRCDIR-$(target))/Makefile: \
280278
cd $$(PYTHON_SRCDIR-$(target)) && \
281279
PATH="$(PROJECT_DIR)/$$(PYTHON_SRCDIR-$(target))/$(os)/Resources/bin:$(PATH)" \
282280
./configure \
283-
AR=$$(TARGET_TOOL_TRIPLE-$(target))-ar \
284-
CC=$$(TARGET_TOOL_TRIPLE-$(target))-clang \
285-
CPP=$$(TARGET_TOOL_TRIPLE-$(target))-cpp \
286-
CXX=$$(TARGET_TOOL_TRIPLE-$(target))-clang \
287281
LIBLZMA_CFLAGS="-I$$(XZ_INSTALL-$(target))/include" \
288282
LIBLZMA_LIBS="-L$$(XZ_INSTALL-$(target))/lib -llzma" \
289283
BZIP2_CFLAGS="-I$$(BZIP2_INSTALL-$(target))/include" \

0 commit comments

Comments
 (0)