Explorar o código

disable precompiled headers, solves problem on MirBSD

Waldemar Brodkorb %!s(int64=15) %!d(string=hai) anos
pai
achega
5279869f49
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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)