diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2015-10-20 15:31:52 -0700 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2015-10-20 15:31:52 -0700 |
commit | f34d1a93f166d48aeaf6ce21660aec1712d77866 (patch) | |
tree | 264bd9997cbb9967e08edcc54ff754fb6c78fe38 /samples | |
parent | a5ab7a8ab8cead96e5b112e1bd6db155074e7a1a (diff) | |
parent | e6e8f97c4f4ff3b37cf1e40a06fd1c56224d9717 (diff) | |
download | crosstool-ng-f34d1a93f166d48aeaf6ce21660aec1712d77866.tar.gz crosstool-ng-f34d1a93f166d48aeaf6ce21660aec1712d77866.tar.bz2 crosstool-ng-f34d1a93f166d48aeaf6ce21660aec1712d77866.zip |
Merge pull request #198 from stilor/avr2-fix
Fix avr sample
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 |