diff options
author | Erico Nunes <nunes.erico@gmail.com> | 2016-04-19 01:38:32 -0300 |
---|---|---|
committer | Erico Nunes <nunes.erico@gmail.com> | 2016-04-19 01:38:32 -0300 |
commit | 560bbdc88780c930e396875ea7fe8e54fbe89dfb (patch) | |
tree | d7884a5c72fcbd63d3ff49a70ad499f8817d13ee /samples/avr | |
parent | d312347348ad6a5dbc2c49afc14fc2ea317f1968 (diff) | |
download | crosstool-ng-560bbdc88780c930e396875ea7fe8e54fbe89dfb.tar.gz crosstool-ng-560bbdc88780c930e396875ea7fe8e54fbe89dfb.tar.bz2 crosstool-ng-560bbdc88780c930e396875ea7fe8e54fbe89dfb.zip |
avr: update sample to use up-to-date gcc
With avr-libc 2.0.0 released, we no longer need to force gcc 4.9.x for
the avr toolchain. So, remove the gcc version constraint and allow it to
follow the default gcc version. There is also no need to force companion
libraries' versions anymore.
The 'experimental' flag was also removed from the description as it
seems to be following upstream development now.
This sample has been build tested on Arch Linux and Ubuntu 14.04 hosts.
Signed-off-by: Erico Nunes <nunes.erico@gmail.com>
Diffstat (limited to 'samples/avr')
-rw-r--r-- | samples/avr/crosstool.config | 2 | ||||
-rw-r--r-- | samples/avr/reported.by | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/samples/avr/crosstool.config b/samples/avr/crosstool.config index ffb624dc..3fc03448 100644 --- a/samples/avr/crosstool.config +++ b/samples/avr/crosstool.config @@ -2,7 +2,5 @@ CT_LOCAL_TARBALLS_DIR="${HOME}/src" CT_SAVE_TARBALLS=y CT_LOG_EXTRA=y CT_ARCH_avr=y -CT_CC_GCC_V_4_9_3=y CT_CC_LANG_CXX=y CT_DEBUG_gdb=y -CT_CLOOG_V_0_18_1=y diff --git a/samples/avr/reported.by b/samples/avr/reported.by index 512ed205..da51fee3 100644 --- a/samples/avr/reported.by +++ b/samples/avr/reported.by @@ -1,3 +1,3 @@ reporter_name="Erico Nunes" reporter_url="https://github.com/enunes" -reporter_comment="EXPERIMENTAL AVR 8-bit toolchain" +reporter_comment="AVR 8-bit toolchain" |