aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAndreas Tobler <andreast@gcc.gnu.org>2015-03-04 22:56:46 +0100
committerAndreas Tobler <andreast@gcc.gnu.org>2015-03-04 22:56:46 +0100
commit8ed4390c3f34ece8009bc43ae592c9f3ed66dcd7 (patch)
tree650ea5f5794e3ca644bb50a0cb5ef1b04ab9dc88 /gcc
parenta6a543bfa860d89ca4fb5734233ede5796b10103 (diff)
downloadgcc-8ed4390c3f34ece8009bc43ae592c9f3ed66dcd7.zip
gcc-8ed4390c3f34ece8009bc43ae592c9f3ed66dcd7.tar.gz
gcc-8ed4390c3f34ece8009bc43ae592c9f3ed66dcd7.tar.bz2
t-freebsd64: Remove 32-bit soft-float multilibs.
2015-03-04 Andreas Tobler <andreast@gcc.gnu.org> * config/rs6000/t-freebsd64: Remove 32-bit soft-float multilibs. From-SVN: r221197
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/rs6000/t-freebsd646
2 files changed, 6 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index db131ee..56c844b 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04 Andreas Tobler <andreast@gcc.gnu.org>
+
+ * config/rs6000/t-freebsd64: Remove 32-bit soft-float multilibs.
+
2015-03-03 Jan Hubicka <hubicka@ucw.cz>
* cgraph.c (cgraph_node::can_remove_if_no_direct_calls_p): Rewrite
diff --git a/gcc/config/rs6000/t-freebsd64 b/gcc/config/rs6000/t-freebsd64
index cb170d4..e0c347c 100644
--- a/gcc/config/rs6000/t-freebsd64
+++ b/gcc/config/rs6000/t-freebsd64
@@ -21,11 +21,9 @@
# 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)