aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorArthur Loiret <aloiret@debian.org>2011-07-11 11:41:56 +0000
committerMatthias Klose <doko@gcc.gnu.org>2011-07-11 11:41:56 +0000
commitf305422365c1f70e00ae6f5d9bc8bc8cad4928ed (patch)
treeb0e1a59bd4badd95c3cd9d5aa03c86ed304cd093 /gcc/config.gcc
parentbd5ab709de98ed49524b96cae15de692dd65a64d (diff)
downloadgcc-f305422365c1f70e00ae6f5d9bc8bc8cad4928ed.zip
gcc-f305422365c1f70e00ae6f5d9bc8bc8cad4928ed.tar.gz
gcc-f305422365c1f70e00ae6f5d9bc8bc8cad4928ed.tar.bz2
config.gcc (s390-*-linux*): If 'enabled_targets' is 'all', build a bi-arch compiler defaulting to 31-bit.
2011-07-11 Arthur Loiret <aloiret@debian.org> * config.gcc (s390-*-linux*): If 'enabled_targets' is 'all', build a bi-arch compiler defaulting to 31-bit. In this case: (tmake_file): Add s390/t-linux64. * doc/install.texi: Add s390-linux to the list of targets supporting --enable-targets=all. From-SVN: r176146
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index e51a44a..1af4e52 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -2249,6 +2249,9 @@ rx-*-elf*)
;;
s390-*-linux*)
tm_file="s390/s390.h dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h s390/linux.h"
+ if test x$enable_targets = xall; then
+ tmake_file="${tmake_file} s390/t-linux64"
+ fi
;;
s390x-*-linux*)
tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h s390/linux.h"