소스 검색

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

SVN-Revision: 30613
Felix Fietkau 14 년 전
부모
커밋
42ed1bd9e6
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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 \