diff options
author | Matthias Klose <doko@ubuntu.com> | 2012-11-21 03:20:12 +0000 |
---|---|---|
committer | Matthias Klose <doko@gcc.gnu.org> | 2012-11-21 03:20:12 +0000 |
commit | d757eae968da4dee24c728784a65fee9a3bb7d58 (patch) | |
tree | f045923719ecc99aab725410fb75827beb9e545d /gcc/config.gcc | |
parent | f4d9c89a860714058a3aedd8170cd964dce6909e (diff) | |
download | gcc-d757eae968da4dee24c728784a65fee9a3bb7d58.zip gcc-d757eae968da4dee24c728784a65fee9a3bb7d58.tar.gz gcc-d757eae968da4dee24c728784a65fee9a3bb7d58.tar.bz2 |
configure.ac: Substitute `with_cpu'.
2012-11-20 Matthias Klose <doko@ubuntu.com>
* configure.ac: Substitute `with_cpu'.
* configure: Regenerate.
* Makefile.in: Define `with_cpu'.
* config/rs6000/t-linux64: Add multiarch names in MULTILIB_OSDIRNAMES.
* config/rs6000/t-linux: New file; define MULTIARCH_DIRNAME.
* config/rs6000/t-fprules (SOFT_FLOAT_CPUS): New macro. Add e300c2
to the list.
(MULTILIB_MATCHES_FLOAT): Define in terms of SOFT_FLOAT_CPUS.
* config/rs6000/t-spe: Define MULTIARCH_DIRNAME.
* config.gcc <powerpc-*-linux* | powerpc64-*-linux*> (tmake_file):
Include rs6000/t-linux for 32bit non-biarch configurations.
From-SVN: r193686
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 8c26170..bd9067f 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -2059,6 +2059,7 @@ powerpc-*-linux* | powerpc64-*-linux*) ;; *) tm_file="${tm_file} rs6000/linux.h glibc-stdint.h" + tmake_file="$tmake_file rs6000/t-linux" ;; esac case ${target} in |