소스 검색

Merge branch 'master' of git+ssh://openadk.org/git/openadk

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

+ 4 - 0
toolchain/gcc/Makefile

@@ -22,6 +22,10 @@ GCC_CONFOPTS=		--prefix=$(STAGING_TOOLS) \
 			--disable-sjlj-exceptions \
 			--disable-libssp \
 			--disable-libstdcxx-pch \
+			--disable-ppl-version-check \
+			--disable-cloog-version-check \
+			--without-ppl \
+			--without-cloog \
 			--disable-nls
 
 ifeq ($(ADK_TARGET_NO_FPU),y)