Selaa lähdekoodia

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

Waldemar Brodkorb 14 vuotta sitten
vanhempi
commit
2c64500482
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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)