We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c590df7 commit 77821c1Copy full SHA for 77821c1
.travis.yml
@@ -59,6 +59,10 @@ script:
59
- make -C crosstool-ng-$CROSSTOOL_VERSION
60
- make -C crosstool-ng-$CROSSTOOL_VERSION install
61
- ct-ng riscv64-unknown-elf
62
+ - echo CT_CC_GCC_USE_GRAPHITE=n >> .config
63
+ - echo CT_ISL_NEEDED=n >> .config
64
+ - echo CT_ISL=n >> .config
65
+ - echo CT_MULTILIB=n >> .config
66
# Newlib download fails periodically, so retry the build a few times.
67
- travis_wait 100 ct-ng build || travis_wait 100 ct-ng build || travis_wait 100 ct-ng build
68
- ./build.sh
0 commit comments