Explorar el Código

fighting with git am and git format-patch...

Waldemar Brodkorb hace 14 años
padre
commit
2c64500482
Se han modificado 1 ficheros con 1 adiciones y 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)