]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
backport: t-freebsd64: Remove 32-bit soft-float multilibs.
authorAndreas Tobler <andreast@gcc.gnu.org>
Wed, 11 Nov 2015 21:21:43 +0000 (22:21 +0100)
committerAndreas Tobler <andreast@gcc.gnu.org>
Wed, 11 Nov 2015 21:21:43 +0000 (22:21 +0100)
2015-11-11  Andreas Tobler  <andreast@gcc.gnu.org>

    Backport from mainline
    2015-03-04  Andreas Tobler  <andreast@gcc.gnu.org>

    * config/rs6000/t-freebsd64: Remove 32-bit soft-float multilibs.

From-SVN: r230193

gcc/ChangeLog
gcc/config/rs6000/t-freebsd64

index c4808a59a2feaa0b91e7148ab4cc82460e5abdad..f7ae8d5f1fb8bae7b1220391d0ee35b796ca2901 100644 (file)
        * config/rs6000/freebsd64.h (ASM_SPEC32): Adust spec to handle
        PIE executables.
 
+       Backport from mainline
+       2015-03-04  Andreas Tobler  <andreast@gcc.gnu.org>
+
+       * config/rs6000/t-freebsd64: Remove 32-bit soft-float multilibs.
+
 2015-11-11  Eric Botcazou  <ebotcazou@adacore.com>
 
        PR target/67265
index e3ba65c947cc60bab013bd391d6aae0c1a45bbf4..71d4f3f4524e2b2775b55ecd24907709894f5980 100644 (file)
 # On FreeBSD the 32-bit libraries are found under /usr/lib32.
 # Set MULTILIB_OSDIRNAMES according to this.
 
-MULTILIB_OPTIONS        = m32 msoft-float
-MULTILIB_DIRNAMES       = 32 nof
+MULTILIB_OPTIONS        = m32
+MULTILIB_DIRNAMES       = 32
 MULTILIB_EXTRA_OPTS     = fPIC mstrict-align
 MULTILIB_EXCEPTIONS     =
-MULTILIB_EXCLUSIONS     = !m32/msoft-float 
 MULTILIB_OSDIRNAMES    = ../lib32
-#MULTILIB_MATCHES        = $(MULTILIB_MATCHES_FLOAT)