pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/mlterm
Module Name: pkgsrc
Committed By: tsutsui
Date: Tue Nov 24 09:29:45 UTC 2020
Modified Files:
pkgsrc/x11/mlterm: hacks.mk
Log Message:
mlterm: -fno-dce hack is also required for NetBSD/sh3el 9.1 (gcc 7.5.0).
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/mlterm/hacks.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/mlterm/hacks.mk
diff -u pkgsrc/x11/mlterm/hacks.mk:1.1 pkgsrc/x11/mlterm/hacks.mk:1.2
--- pkgsrc/x11/mlterm/hacks.mk:1.1 Sun Jun 21 17:53:01 2020
+++ pkgsrc/x11/mlterm/hacks.mk Tue Nov 24 09:29:45 2020
@@ -1,13 +1,14 @@
-# $NetBSD: hacks.mk,v 1.1 2020/06/21 17:53:01 tsutsui Exp $
+# $NetBSD: hacks.mk,v 1.2 2020/11/24 09:29:45 tsutsui Exp $
.if !defined(MLTERM_HACKS_MK)
MLTERM_HACKS_MK= defined
.include "../../mk/compiler.mk"
-# On NetBSD/sh3el 9.0, the default -Os causes an error on compiling
-# vt_line_bidi.c and -fno-dce works around. (PR/55265)
-.if !empty(MACHINE_PLATFORM:MNetBSD-*-sh3*) && !empty(CC_VERSION:Mgcc-7.4.*)
+# On NetBSD/sh3el 9.0 (gcc 7.4.0) and 9.1 (gcc 7.5.0), the default -Os
+# causes an error on compiling vt_line_bidi.c and -fno-dce works around.
+# (PR/55265)
+.if !empty(MACHINE_PLATFORM:MNetBSD-*-sh3*) && !empty(CC_VERSION:Mgcc-7.*)
PKG_HACKS+= optimisation
# XXX: is there any good way to replace the default -Os with multiple args?
#BUILDLINK_TRANSFORM+=
Home |
Main Index |
Thread Index |
Old Index