pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/gtar-base optimization hack for m68k is not ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ca2527f92508
branches:  trunk
changeset: 631559:ca2527f92508
user:      obache <obache%pkgsrc.org@localhost>
date:      Mon Mar 10 11:25:40 2014 +0000

description:
optimization hack for m68k is not required anymore.
confirmed by tsutsui@ on NetBSD/luna68k 6.1.3.

diffstat:

 archivers/gtar-base/hacks.mk |  15 ---------------
 1 files changed, 0 insertions(+), 15 deletions(-)

diffs (19 lines):

diff -r 8d31abaf08bd -r ca2527f92508 archivers/gtar-base/hacks.mk
--- a/archivers/gtar-base/hacks.mk      Mon Mar 10 11:18:54 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-# $NetBSD: hacks.mk,v 1.2 2014/03/08 11:57:00 obache Exp $
-
-.if !defined(GTAR_BASE_HACKS_MK)
-GTAR_BASE_HACKS_MK=    defined
-
-.include "../../mk/compiler.mk"
-
-### gcc-4.5.3 in NetBSD/m68k 6.0_BETA2 gets ICE on compiling mktime.c.
-### -O1 works around in this case.
-.if !empty(MACHINE_PLATFORM:MNetBSD-*-m68k) && !empty(CC_VERSION:Mgcc-4.5.*)
-PKG_HACKS+=            optimisation
-BUILDLINK_TRANSFORM+=  rename:-O[2s]*:-O1
-.endif
-
-.endif # GTAR_BASE_HACKS_MK



Home | Main Index | Thread Index | Old Index