aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index b0d1588..5965d14 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -59,6 +59,10 @@ script:
- make -C crosstool-ng-$CROSSTOOL_VERSION
- make -C crosstool-ng-$CROSSTOOL_VERSION install
- ct-ng riscv64-unknown-elf
+ - echo CT_CC_GCC_USE_GRAPHITE=n >> .config
+ - echo CT_ISL_NEEDED=n >> .config
+ - echo CT_ISL=n >> .config
+ - echo CT_MULTILIB=n >> .config
# Newlib download fails periodically, so retry the build a few times.
- travis_wait 100 ct-ng build || travis_wait 100 ct-ng build || travis_wait 100 ct-ng build
- ./build.sh