summaryrefslogtreecommitdiff
path: root/editors/xemacs/hacks.mk
diff options
context:
space:
mode:
Diffstat (limited to 'editors/xemacs/hacks.mk')
-rw-r--r--editors/xemacs/hacks.mk18
1 files changed, 0 insertions, 18 deletions
diff --git a/editors/xemacs/hacks.mk b/editors/xemacs/hacks.mk
deleted file mode 100644
index 0d10d6678af..00000000000
--- a/editors/xemacs/hacks.mk
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD: hacks.mk,v 1.3 2014/12/15 11:46:34 jperkin Exp $
-
-.if !defined(XEMACS_HACKS_MK)
-XEMACS_HACKS_MK= defined
-
-.include "../../mk/compiler.mk"
-
-### [Sun Dec 10 10:00:00 UTC 2011 : hauke]
-### On PowerPC, building with -O2 optimisation with GCC (on netbsd-5,
-### at least) results in 'xemacs -vanilla' dumping core.
-### Lower optimisation as a workaround, until GCC is fixed.
-###
-.if !empty(CC_VERSION:Mgcc*) && !empty(MACHINE_PLATFORM:MNetBSD-*-powerpc)
-PKG_HACKS+= powerpc-codegen
-BUILDLINK_TRANSFORM+= opt:-O[0-9]*:-Os
-.endif
-
-.endif # XEMACS_HACKS_MK