diff options
author | doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-11-21 03:20:12 +0000 |
---|---|---|
committer | doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-11-21 03:20:12 +0000 |
commit | af69b10a09c867036d380d8385e2e605eda1699c (patch) | |
tree | f045923719ecc99aab725410fb75827beb9e545d /gcc/configure | |
parent | 4f21426f905fadf98f9ab781c8374db1d7da7b50 (diff) | |
download | gcc-af69b10a09c867036d380d8385e2e605eda1699c.tar.gz |
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: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193686 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gcc/configure b/gcc/configure index 76eec2983c1..b16fb3f45bf 100755 --- a/gcc/configure +++ b/gcc/configure @@ -766,6 +766,7 @@ enable_shared enable_fixed_point enable_decimal_float with_float +with_cpu enable_multiarch enable_multilib coverage_flags @@ -7050,6 +7051,7 @@ $as_echo "$enable_multiarch$ma_msg_suffix" >&6; } # needed for setting the multiarch name for soft-float/hard-float ABIs + # Enable __cxa_atexit for C++. # Check whether --enable-__cxa_atexit was given. if test "${enable___cxa_atexit+set}" = set; then : @@ -7072,6 +7074,7 @@ else case $target in powerpc*-*-linux* | i?86*-*-linux* | x86_64*-*-linux* | s390*-*-linux* | \ + i?86*-*-gnu* | \ i?86*-*-mingw* | x86_64*-*-mingw* | \ i?86*-*-cygwin*) enable_decimal_float=yes @@ -17819,7 +17822,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 17822 "configure" +#line 17825 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -17925,7 +17928,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 17928 "configure" +#line 17931 "configure" #include "confdefs.h" #if HAVE_DLFCN_H |