Przeglądaj źródła

newlib: toolchain is not relocatable, but usable

Waldemar Brodkorb 2 tygodni temu
rodzic
commit
a828d90c50
1 zmienionych plików z 1 dodań i 1 usunięć
  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) \