Remove alpha hack. Not needed any longer; per Staffan Thomén
<duck@shangtai.net> on tech-pkg.
This commit is contained in:
parent
da31491a5a
commit
c5d804b155
1 changed files with 1 additions and 12 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: hacks.mk,v 1.3 2006/04/09 06:34:32 jlam Exp $
|
||||
# $NetBSD: hacks.mk,v 1.4 2010/11/02 07:54:31 wiz Exp $
|
||||
|
||||
.include "../../mk/compiler.mk"
|
||||
|
||||
|
@ -35,17 +35,6 @@ PKG_HACKS+= powerpc-codegen
|
|||
BUILDLINK_TRANSFORM+= rm:-O[0-9]*
|
||||
.endif
|
||||
|
||||
### [Fri Dec 10 18:46:19 EST 2004 : jlam]
|
||||
### On NetBSD/alpha, building perl with -mieee causes perl to not pass
|
||||
### the test for integer.pm (pkg/28498). Until this is fixed in either
|
||||
### NetBSD, GCC or perl, strip out -mieee from the compiler command
|
||||
### line.
|
||||
###
|
||||
.if !empty(CC_VERSION:Mgcc*) && !empty(MACHINE_PLATFORM:MNetBSD-*-alpha)
|
||||
PKG_HACKS+= alpha-mieee
|
||||
BUILDLINK_TRANSFORM+= rm:-mieee
|
||||
.endif
|
||||
|
||||
### [Mon May 9 15:35:44 UTC 2005 : jlam]
|
||||
### On NetBSD/arm, skipping one part of the optimization pass empirically
|
||||
### "fixes" the build of perl using gcc-3.x.
|
||||
|
|
Loading…
Reference in a new issue