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: Wed Feb 12 04:28:36 UTC 2020
Modified Files:
pkgsrc/lang/gcc9: Makefile
Log Message:
lang/gcc9: document that NetBSD-*-aarch64 is not supported
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 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.13 pkgsrc/lang/gcc9/Makefile:1.14
--- pkgsrc/lang/gcc9/Makefile:1.13 Wed Feb 12 04:26:12 2020
+++ pkgsrc/lang/gcc9/Makefile Wed Feb 12 04:28:35 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2020/02/12 04:26:12 rillig Exp $
+# $NetBSD: Makefile,v 1.14 2020/02/12 04:28:35 rillig Exp $
GCC9_VERSION= 9.2.0
@@ -71,6 +71,11 @@ CPPFLAGS.Linux+= -std=gnu99
# | ^~~~~~~~~~~
BROKEN_ON_PLATFORM+= SunOS-*-x86_64
+# Configuring stage 1 in ./gcc
+# ...
+# *** Configuration aarch64--netbsd not supported
+NOT_FOR_PLATFORM+= NetBSD-*-aarch64
+
LANGS= c
# In some cases LINKER_RPATH_FLAG needs a trailing space.
Home |
Main Index |
Thread Index |
Old Index