pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/gcc9
Module Name: pkgsrc
Committed By: rillig
Date: Tue Jan 28 04:39:55 UTC 2020
Modified Files:
pkgsrc/lang/gcc9: Makefile
Log Message:
lang/gcc9: try once more to make the Linux build succeed
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/lang/gcc9/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/gcc9/Makefile
diff -u pkgsrc/lang/gcc9/Makefile:1.10 pkgsrc/lang/gcc9/Makefile:1.11
--- pkgsrc/lang/gcc9/Makefile:1.10 Tue Jan 28 04:02:34 2020
+++ pkgsrc/lang/gcc9/Makefile Tue Jan 28 04:39:55 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2020/01/28 04:02:34 rillig Exp $
+# $NetBSD: Makefile,v 1.11 2020/01/28 04:39:55 rillig Exp $
GCC9_VERSION= 9.2.0
@@ -60,6 +60,9 @@ CHECK_PORTABILITY_SKIP= contrib/download
# for (long pi = start_idx; pi >= 0; pi--)
#BROKEN_ON_PLATFORM+= Linux-*-x86_64
CFLAGS.Linux+= -std=gnu99
+# I know that -std is not a preprocessor flag, but gcc9 ignores the CFLAGS,
+# for whatever reason.
+CPPFLAGS.Linux+= -std=gnu99
# Even though the build and target host is x86_64-sun-solaris2.11,
# it fails to compile some seemingly linux-specific code.
Home |
Main Index |
Thread Index |
Old Index