diff mbox

FreeBSD powerpc64 remove 32-bit soft-float multilibs.

Message ID 54F36185.4030504@fgznet.ch
State New
Headers show

Commit Message

Andreas Tobler March 1, 2015, 6:59 p.m. UTC
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.

Comments

Jeff Law March 4, 2015, 9:55 p.m. UTC | #1
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
Andreas Tobler March 4, 2015, 10 p.m. UTC | #2
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
diff mbox

Patch

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)