aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure.ac
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2012-11-21 03:20:12 +0000
committerMatthias Klose <doko@ubuntu.com>2012-11-21 03:20:12 +0000
commit0ffefcdd838379354f57fa60809232019f44635a (patch)
treef045923719ecc99aab725410fb75827beb9e545d /gcc/configure.ac
parent74c155200e7878024798441ac8d1ff7045295fbb (diff)
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. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@193686 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure.ac')
-rw-r--r--gcc/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/configure.ac b/gcc/configure.ac
index 9781e696220..4878c3567d8 100644
--- a/gcc/configure.ac
+++ b/gcc/configure.ac
@@ -636,6 +636,7 @@ AC_SUBST(enable_multiarch)
AC_MSG_RESULT($enable_multiarch$ma_msg_suffix)
# needed for setting the multiarch name for soft-float/hard-float ABIs
+AC_SUBST(with_cpu)
AC_SUBST(with_float)
# Enable __cxa_atexit for C++.