]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
t-spe (MULTIARCH_DIRNAME): Remove.
authorRoland Stigge <stigge@debian.org>
Thu, 20 Dec 2012 09:57:34 +0000 (09:57 +0000)
committerMatthias Klose <doko@gcc.gnu.org>
Thu, 20 Dec 2012 09:57:34 +0000 (09:57 +0000)
2012-12-20  Roland Stigge  <stigge@debian.org>
            Matthias Klose  <doko@ubuntu.com>

        * config/rs6000/t-spe (MULTIARCH_DIRNAME): Remove.
        * config/rs6000/t-linux (MULTIARCH_DIRNAME): Define name for
        powerpc-linux-gnuspe.

Co-Authored-By: Matthias Klose <doko@ubuntu.com>
From-SVN: r194629

gcc/ChangeLog
gcc/config/rs6000/t-linux
gcc/config/rs6000/t-spe

index 2a76488ab5d2e935825c0e8ce1c2fa188e27274d..6d385605b629ed2e9d8ec181de2a88fc386784eb 100644 (file)
@@ -1,3 +1,10 @@
+2012-12-20  Roland Stigge  <stigge@debian.org>
+           Matthias Klose  <doko@ubuntu.com>
+
+       * config/rs6000/t-spe (MULTIARCH_DIRNAME): Remove.
+       * config/rs6000/t-linux (MULTIARCH_DIRNAME): Define name for
+       powerpc-linux-gnuspe.
+
 2012-12-19  Matthias Klose  <doko@ubuntu.com>
 
        * config/i386/t-kfreebsd (MULTIARCH_DIRNAME): Add comma to
index 3611027ae279b042f1f6365ff903bf4b92376cea..017a293cde3095b8a3dcda80cff6951ee05077cc 100644 (file)
@@ -1,5 +1,9 @@
 # do not define the multiarch name if configured for a soft-float cpu
 # or soft-float.
 ifeq (,$(filter $(with_cpu),$(SOFT_FLOAT_CPUS))$(findstring soft,$(with_float)))
+ifneq (,$(findstring spe,$(target)))
+MULTIARCH_DIRNAME = powerpc-linux-gnuspe$(if $(findstring rs6000/e500-double.h, $(tm_file_list)),,v1)
+else
 MULTIARCH_DIRNAME = powerpc-linux-gnu
 endif
+endif
index 90eb802a4957f0c9d5b05575f47bdb0761fdb7b5..1bed1e32b0e830e4ec297df3a1efba6d5b044396 100644 (file)
@@ -71,7 +71,3 @@ MULTILIB_EXCEPTIONS   = maltivec mabi=altivec mno-spe mabi=no-spe mno-isel \
                          mabi=altivec/mlittle \
                          maltivec/mlittle \
                          maltivec/mabi=altivec/mlittle
-
-ifneq (,$(findstring linux, $(target)))
-MULTIARCH_DIRNAME = powerpc-linux-gnuspe$(if $(findstring rs6000/e500-double.h, $(tm_file)),,v1)
-endif