configure.ac: Substitute `with_cpu'.
authorMatthias Klose <doko@ubuntu.com>
Wed, 21 Nov 2012 03:20:12 +0000 (03:20 +0000)
committerMatthias Klose <doko@gcc.gnu.org>
Wed, 21 Nov 2012 03:20:12 +0000 (03:20 +0000)
commitd757eae968da4dee24c728784a65fee9a3bb7d58
treef045923719ecc99aab725410fb75827beb9e545d
parentf4d9c89a860714058a3aedd8170cd964dce6909e
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
gcc/ChangeLog
gcc/Makefile.in
gcc/config.gcc
gcc/config/rs6000/t-fprules
gcc/config/rs6000/t-linux [new file with mode: 0644]
gcc/config/rs6000/t-linux64
gcc/config/rs6000/t-spe
gcc/configure
gcc/configure.ac