pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/gcc6



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Nov 16 09:24:04 UTC 2023

Modified Files:
        pkgsrc/lang/gcc6: Makefile

Log Message:
gcc6: can't work on NetBSD/aarch64


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/lang/gcc6/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/gcc6/Makefile
diff -u pkgsrc/lang/gcc6/Makefile:1.44 pkgsrc/lang/gcc6/Makefile:1.45
--- pkgsrc/lang/gcc6/Makefile:1.44      Tue Aug 29 09:48:47 2023
+++ pkgsrc/lang/gcc6/Makefile   Thu Nov 16 09:24:04 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2023/08/29 09:48:47 nia Exp $
+# $NetBSD: Makefile,v 1.45 2023/11/16 09:24:04 nia Exp $
 
 GCC_PKGNAME=           gcc6
 .include               "version.mk"
@@ -29,6 +29,9 @@ CHECK_RELRO_SKIP+=    ${GCC_PKGNAME}/lib/*
 
 NOT_FOR_PLATFORM=      Interix-*-*
 
+# Earliest possible GCC you can use on NetBSD/aarch64 is gcc7
+NOT_FOR_PLATFORM+=     NetBSD-*-aarch64*
+
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            gmake makeinfo sed tar:build
 USE_TOOLS.NetBSD+=     gsed



Home | Main Index | Thread Index | Old Index