Ver Fonte

gcc: enable --with-headers for the final toolchain build

SVN-Revision: 30613
Felix Fietkau há 14 anos atrás
pai
commit
42ed1bd9e6
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      toolchain/gcc/final/Makefile

+ 1 - 0
toolchain/gcc/final/Makefile

@@ -3,6 +3,7 @@ GCC_VARIANT:=final
 include ../common.mk
 
 GCC_CONFIGURE += \
+	--with-headers=$(TOOLCHAIN_DIR)/include \
 	--enable-languages=$(TARGET_LANGUAGES) \
 	--enable-shared \
 	--enable-threads \