소스 검색

disable precompiled headers, solves problem on MirBSD

Waldemar Brodkorb 16 년 전
부모
커밋
5279869f49
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      toolchain/gcc/Makefile

+ 1 - 0
toolchain/gcc/Makefile

@@ -20,6 +20,7 @@ GCC_CONFOPTS=		--prefix=$(STAGING_TOOLS) \
 			--disable-multilib \
 			--disable-sjlj-exceptions \
 			--disable-libssp \
+			--disable-libstdcxx-pch \
 			--disable-nls 
 
 ifeq ($(ADK_TARGET_NO_FPU),y)