* [patch] backport remove of soft float for FreeBSD powerpc for gcc-4.9
@ 2015-11-09 12:41 Andreas Tobler
2015-11-11 21:23 ` Andreas Tobler
0 siblings, 1 reply; 2+ messages in thread
From: Andreas Tobler @ 2015-11-09 12:41 UTC (permalink / raw)
To: GCC Patches
Hi all,
any objections when I apply the below patch to gcc-4.9?
TIA,
Andreas
2015-11-09 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.
Index: gcc/config/rs6000/t-freebsd64
===================================================================
--- gcc/config/rs6000/t-freebsd64 (revision 230016)
+++ gcc/config/rs6000/t-freebsd64 (working copy)
@@ -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)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [patch] backport remove of soft float for FreeBSD powerpc for gcc-4.9
2015-11-09 12:41 [patch] backport remove of soft float for FreeBSD powerpc for gcc-4.9 Andreas Tobler
@ 2015-11-11 21:23 ` Andreas Tobler
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Tobler @ 2015-11-11 21:23 UTC (permalink / raw)
To: GCC Patches
On 09.11.15 13:41, Andreas Tobler wrote:
> Hi all,
>
> any objections when I apply the below patch to gcc-4.9?
>
committed as: 230193
Andreas
> 2015-11-09 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.
>
>
> Index: gcc/config/rs6000/t-freebsd64
> ===================================================================
> --- gcc/config/rs6000/t-freebsd64 (revision 230016)
> +++ gcc/config/rs6000/t-freebsd64 (working copy)
> @@ -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)
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-11-11 21:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-09 12:41 [patch] backport remove of soft float for FreeBSD powerpc for gcc-4.9 Andreas Tobler
2015-11-11 21:23 ` Andreas Tobler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).