From: Andreas Tobler Date: Wed, 11 Nov 2015 21:21:43 +0000 (+0100) Subject: backport: t-freebsd64: Remove 32-bit soft-float multilibs. X-Git-Tag: releases/gcc-4.9.4~512 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c055d72bc251ed56bd5041751d2a1e2027016a9;p=thirdparty%2Fgcc.git backport: t-freebsd64: Remove 32-bit soft-float multilibs. 2015-11-11 Andreas Tobler Backport from mainline 2015-03-04 Andreas Tobler * config/rs6000/t-freebsd64: Remove 32-bit soft-float multilibs. From-SVN: r230193 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c4808a59a2fe..f7ae8d5f1fb8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -15,6 +15,11 @@ * config/rs6000/freebsd64.h (ASM_SPEC32): Adust spec to handle PIE executables. + Backport from mainline + 2015-03-04 Andreas Tobler + + * config/rs6000/t-freebsd64: Remove 32-bit soft-float multilibs. + 2015-11-11 Eric Botcazou PR target/67265 diff --git a/gcc/config/rs6000/t-freebsd64 b/gcc/config/rs6000/t-freebsd64 index e3ba65c947cc..71d4f3f4524e 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)