diff options
author | Alexey Neyman <stilor@att.net> | 2015-09-30 20:04:27 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2015-10-15 17:33:55 -0700 |
commit | e6e8f97c4f4ff3b37cf1e40a06fd1c56224d9717 (patch) | |
tree | 603ebd84604c1fd49b00abc5433c34ead991bb72 /samples | |
parent | 8c5de9dcd527731ced700f4f7c496e04df74c9c0 (diff) | |
download | crosstool-ng-e6e8f97c4f4ff3b37cf1e40a06fd1c56224d9717.tar.gz crosstool-ng-e6e8f97c4f4ff3b37cf1e40a06fd1c56224d9717.tar.bz2 crosstool-ng-e6e8f97c4f4ff3b37cf1e40a06fd1c56224d9717.zip |
Fix avr sample.
- Incompatible ISL/CLooG were requested by config after newer releases
of both were brought in.
- Consistency with other samples: save tarballs (which will avoid
downloading them each time from Travis), extra logging.
Diffstat (limited to 'samples')
-rw-r--r-- | samples/avr/crosstool.config | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/samples/avr/crosstool.config b/samples/avr/crosstool.config index 51f453eb..8324dcba 100644 --- a/samples/avr/crosstool.config +++ b/samples/avr/crosstool.config @@ -1,5 +1,8 @@ +CT_LOCAL_TARBALLS_DIR="${HOME}/src" +CT_SAVE_TARBALLS=y +CT_LOG_EXTRA=y CT_ARCH_avr=y CT_CC_GCC_V_4_9_2=y CT_CC_LANG_CXX=y CT_DEBUG_gdb=y -CT_ISL_V_0_12_2=y +CT_CLOOG_V_0_18_1=y |