aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rs6000
diff options
context:
space:
mode:
authorandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>2015-03-04 21:56:46 +0000
committerandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>2015-03-04 21:56:46 +0000
commitc43a6d0de6dadc603fcc43f347cfff77da9b6e0d (patch)
tree650ea5f5794e3ca644bb50a0cb5ef1b04ab9dc88 /gcc/config/rs6000
parente88fecaff3e1d3062b9ed1b41015f5df7c926c2b (diff)
2015-03-04 Andreas Tobler <andreast@gcc.gnu.org>
* config/rs6000/t-freebsd64: Remove 32-bit soft-float multilibs. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@221197 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000')
-rw-r--r--gcc/config/rs6000/t-freebsd646
1 files changed, 2 insertions, 4 deletions
diff --git a/gcc/config/rs6000/t-freebsd64 b/gcc/config/rs6000/t-freebsd64
index cb170d4188b..e0c347cb369 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)