diff options
| author | Yann E. MORIN <yann.morin.1998@free.fr> | 2015-02-14 10:23:09 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-02-14 17:43:39 +0100 |
| commit | 5272eabd61c43e399221658c597efaf9eb23e378 (patch) | |
| tree | 90bf00b6f599db6eaa24d5f8c401f736a4d7aba2 /toolchain | |
| parent | 3d3cc4b27f6a2ab9a83feda55d24c117b08d5643 (diff) | |
| download | buildroot-5272eabd61c43e399221658c597efaf9eb23e378.tar.gz buildroot-5272eabd61c43e399221658c597efaf9eb23e378.zip | |
toolchain/external: avr32 is no more
Slightly reword a comment to no longer mention avr32.
This part dealing with sysroot detection will have to be reworked, now
that we got rid of avr32: we can now require a fully sysroot-aware
toolchain, i.e. at least gcc-4.4.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
CC: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'toolchain')
| -rw-r--r-- | toolchain/toolchain-external/toolchain-external.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/toolchain-external/toolchain-external.mk b/toolchain/toolchain-external/toolchain-external.mk index 5a69eb8895..999a354d06 100644 --- a/toolchain/toolchain-external/toolchain-external.mk +++ b/toolchain/toolchain-external/toolchain-external.mk @@ -97,8 +97,8 @@ LIB_EXTERNAL_LIBS += $(call qstrip,$(BR2_TOOLCHAIN_EXTRA_EXTERNAL_LIBS)) # mangling the path to find the base directory of the sysroot. # # Note that we do not use the -print-sysroot option, because it is -# only available since gcc 4.4.x, and we still support 4.2.x (for -# AVR32) and 4.3.x. +# only available since gcc 4.4.x, and we only recently dropped support +# for 4.2.x and 4.3.x. # # When doing this, we don't pass any option to gcc that could select a # multilib variant (such as -march) as we want the "main" sysroot, |

