On 20/11/12 20:34, Matthew Gretton-Dann wrote:
All,
This patch backports Matthais Klose's arm*-*-linux-gnueabihf triplet
support patch of 2012-10-15 to 4.7.
The backport was not clean as 4.8 has obsoleted various arm*-*-*
triplets which are valid in 4.7.
I have tested this cross with arm-none-linux-gnueabihf and
arm-none-linux-gnueabi.
One question I do have having done this work - is there a canonical way to
test for the arm*-*-linux-gnueabi triplet (or variants)? Various configure
and testsuite files test for this, but there doesn't seem to be a consistent
method.
OK for 4.7?
Thanks,
Matt
2012-11-08 Matthew Gretton-Dann <matthew.gretton-d...@linaro.org>
Backport from mainline
2012-10-15 Matthias Klose <d...@ubuntu.com>
* config.gcc: Match arm*-*-linux-* for ARM Linux/GNU.
* doc/install.texi: Use arm-*-*linux-* instead of arm-*-*linux-gnueabi.
gcc/ada/ChangeLog:
2012-11-08 Matthew Gretton-Dann <matthew.gretton-d...@linaro.org>
Backport from mainline.
2012-10-15 Matthias Klose <d...@ubuntu.com>
* gcc-interface/Makefile.in: Match arm*-*-linux-*eabi* for
ARM Linux/GNU.
gcc/testsuite/ChangeLog:
2012-11-08 Matthew Gretton-Dann <matthew.gretton-d...@linaro.org>
Backport from mainline
2012-10-15 Matthias Klose <d...@ubuntu.com>
* lib/target-supports.exp (check_profiling_available): Match
arm*-*-linux-* for ARM Linux/GNU.
* gfortran.dg/enum_10.f90: Likewise.
* gfortran.dg/enum_9.f90: Likewise.
* gcc.target/arm/synchronize.c: Likewise.
* g++.old-deja/g++.jason/enum6.C: Likewise.
* g++.old-deja/g++.law/enum9.C: Likewise.
* g++.old-deja/g++.other/enum4.C: Likewise.
libgcc/ChangeLog:
2012-11-08 Matthew Gretton-Dann <matthew.gretton-d...@linaro.org
Backport from mainline.
2012-10-15 Matthias Klose <d...@ubuntu.com>
* config.host: Match arm*-*-linux-* for ARM Linux/GNU.
libjava/ChangeLog:
2012-11-08 Matthew Gretton-Dann <matthew.gretton-d...@linaro.org>
Backport from mainline.
2012-10-15 Matthias Klose <d...@ubuntu.com>
* configure.ac: Match arm*-*-linux-* for ARM Linux/GNU.
* configure: Regenerate.
libstdc++-v3/ChangeLog:
2012-11-08 Matthew Gretton-Dann <matthew.gretton-d...@linaro.org>
Backport from mainline
2012-10-15 Matthias Klose <d...@ubuntu.com>
* configure.host: Match arm*-*-linux-* for ARM Linux/GNU.
* testsuite/20_util/make_signed/requirements/typedefs-2.cc: Likewise.
* testsuite/20_util/make_unsigned/requirements/typedefs-2.cc: Likewise.
OK.
R.