소스 검색

Disable building static toolchain - causes problems at least on Arch Linux.

Paul Sokolovsky 10 년 전
부모
커밋
27c8eaf6f5
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      crosstool-config-overrides

+ 3 - 1
crosstool-config-overrides

@@ -1,3 +1,5 @@
-CT_STATIC_TOOLCHAIN=y
+# Building static toolchain causes problems on some distros which
+# by default don't install static libs for all required dependencies
+#CT_STATIC_TOOLCHAIN=y
 CT_LIBC_NEWLIB_ENABLE_TARGET_OPTSPACE=y