diff options
author | Matthias Klose <doko@ubuntu.com> | 2012-10-15 21:12:23 +0000 |
---|---|---|
committer | Matthias Klose <doko@gcc.gnu.org> | 2012-10-15 21:12:23 +0000 |
commit | 9945a8768187bb1e8f9d566bb4f6b51665619b4c (patch) | |
tree | a11883b56a4596a207d96acaf2768c65fbb2b48b /gcc/doc/install.texi | |
parent | 55e7f90769fbc29ce4e156d33c63298497acceb7 (diff) | |
download | gcc-9945a8768187bb1e8f9d566bb4f6b51665619b4c.zip gcc-9945a8768187bb1e8f9d566bb4f6b51665619b4c.tar.gz gcc-9945a8768187bb1e8f9d566bb4f6b51665619b4c.tar.bz2 |
config.gcc: Match arm*-*-linux-* for ARM Linux/GNU.
gcc/
2012-10-15 Matthias Klose <doko@ubuntu.com>
* config.gcc: Match arm*-*-linux-* for ARM Linux/GNU.
* doc/install.texi: Use arm-*-*linux-* instead of arm-*-*linux-gnueabi.
gcc/testsuite/
2012-10-15 Matthias Klose <doko@ubuntu.com>
* lib/target-supports.exp (check_profiling_available): Match
arm*-*-linux-* for ARM Linux/GNU.
* g++.dg/torture/predcom-1.C: 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++.other/enum4.C: Likewise.
* g++.old-deja/g++.law/enum9.C: Likewise.
gcc/ada/
2012-10-15 Matthias Klose <doko@ubuntu.com>
* gcc-interface/Makefile.in: Match arm*-*-linux-*eabi* for
ARM Linux/GNU.
libgcc/
2012-10-15 Matthias Klose <doko@ubuntu.com>
* config.host: Match arm*-*-linux-* for ARM Linux/GNU.
libstdc++-v3/
2012-10-15 Matthias Klose <doko@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.
libjava/
2012-10-15 Matthias Klose <doko@ubuntu.com>
* configure.ac: Match arm*-*-linux-* for ARM Linux/GNU.
* configure: Regenerate.
From-SVN: r192475
Diffstat (limited to 'gcc/doc/install.texi')
-rw-r--r-- | gcc/doc/install.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index cbd49f5..e7d5e10 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -3151,7 +3151,7 @@ This is a synonym for @samp{x86_64-*-solaris2.1[0-9]*}. @heading @anchor{arm-x-eabi}arm-*-eabi ARM-family processors. Subtargets that use the ELF object format require GNU binutils 2.13 or newer. Such subtargets include: -@code{arm-*-netbsdelf}, @code{arm-*-*linux-gnueabi} +@code{arm-*-netbsdelf}, @code{arm-*-*linux-*} and @code{arm-*-rtemseabi}. @html |