public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [patch] FreeBSD powerpc64 remove 32-bit soft-float multilibs.
@ 2015-03-01 18:59 Andreas Tobler
  2015-03-04 21:55 ` Jeff Law
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Tobler @ 2015-03-01 18:59 UTC (permalink / raw)
  To: GCC Patches

Hi all,

the appended patch removes the soft-float multilib build option from 
powerpc64-*-freebsd*.

These libraries are rarely to never used on 64-bit FreeBSD PowerPC 
machines. But the build time of these libraries counts.

Is this ok for trunk? If yes, at what stage can I commit, 5.0/5.1?

Thanks,
Andreas


2015-03-01  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 221089)
+++ 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] 3+ messages in thread

* Re: [patch] FreeBSD powerpc64 remove 32-bit soft-float multilibs.
  2015-03-01 18:59 [patch] FreeBSD powerpc64 remove 32-bit soft-float multilibs Andreas Tobler
@ 2015-03-04 21:55 ` Jeff Law
  2015-03-04 22:00   ` Andreas Tobler
  0 siblings, 1 reply; 3+ messages in thread
From: Jeff Law @ 2015-03-04 21:55 UTC (permalink / raw)
  To: Andreas Tobler, GCC Patches

On 03/01/15 11:59, Andreas Tobler wrote:
> Hi all,
>
> the appended patch removes the soft-float multilib build option from
> powerpc64-*-freebsd*.
>
> These libraries are rarely to never used on 64-bit FreeBSD PowerPC
> machines. But the build time of these libraries counts.
>
> Is this ok for trunk? If yes, at what stage can I commit, 5.0/5.1?
>
> Thanks,
> Andreas
>
>
> 2015-03-01  Andreas Tobler  <andreast@gcc.gnu.org>
>
>      * config/rs6000/t-freebsd64: Remove 32-bit soft-float multilibs.
After a short IRC discussion with Andreas, I've approved this for the trunk.

Jeff

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [patch] FreeBSD powerpc64 remove 32-bit soft-float multilibs.
  2015-03-04 21:55 ` Jeff Law
@ 2015-03-04 22:00   ` Andreas Tobler
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Tobler @ 2015-03-04 22:00 UTC (permalink / raw)
  To: Jeff Law, GCC Patches

On 04.03.15 22:55, Jeff Law wrote:
> On 03/01/15 11:59, Andreas Tobler wrote:
>> Hi all,
>>
>> the appended patch removes the soft-float multilib build option from
>> powerpc64-*-freebsd*.
>>
>> These libraries are rarely to never used on 64-bit FreeBSD PowerPC
>> machines. But the build time of these libraries counts.
>>
>> Is this ok for trunk? If yes, at what stage can I commit, 5.0/5.1?
>>
>> Thanks,
>> Andreas
>>
>>
>> 2015-03-01  Andreas Tobler  <andreast@gcc.gnu.org>
>>
>>       * config/rs6000/t-freebsd64: Remove 32-bit soft-float multilibs.
> After a short IRC discussion with Andreas, I've approved this for the trunk.

Thanks,

committed: r221197

Andreas

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-03-04 22:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-01 18:59 [patch] FreeBSD powerpc64 remove 32-bit soft-float multilibs Andreas Tobler
2015-03-04 21:55 ` Jeff Law
2015-03-04 22:00   ` 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).