소스 검색

revert, already done

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

+ 0 - 1
toolchain/gcc/Makefile

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