Преглед изворни кода

newlib: toolchain is not relocatable, but usable

Waldemar Brodkorb пре 2 недеља
родитељ
комит
a828d90c50
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      toolchain/newlib/Makefile

+ 1 - 1
toolchain/newlib/Makefile

@@ -16,7 +16,7 @@ $(WRKBUILD)/.configured:
 		CFLAGS='' \
 		LDFLAGS='' \
 		CFLAGS_FOR_TARGET='$(TARGET_CFLAGS)' \
-		./configure --prefix=/usr \
+		./configure --prefix=/usr --with-tooldir=/usr \
 		--target=$(GNU_TARGET_NAME) \
 		--disable-nls \
 		$(NEWLIB_CONFIGURE_ARGS) \