pkgsrc-Changes archive

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

CVS commit: pkgsrc/cross



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun Jan 16 21:10:18 UTC 2022

Modified Files:
        pkgsrc/cross/aarch64-none-elf-gcc: Makefile
        pkgsrc/cross/arm-none-eabi-gcc: Makefile

Log Message:
cross/*: fix bare-metal ARM toolchains on netbsd-9. PR pkg/56609


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/cross/aarch64-none-elf-gcc/Makefile
cvs rdiff -u -r1.33 -r1.34 pkgsrc/cross/arm-none-eabi-gcc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/cross/aarch64-none-elf-gcc/Makefile
diff -u pkgsrc/cross/aarch64-none-elf-gcc/Makefile:1.18 pkgsrc/cross/aarch64-none-elf-gcc/Makefile:1.19
--- pkgsrc/cross/aarch64-none-elf-gcc/Makefile:1.18     Wed Dec 15 21:55:48 2021
+++ pkgsrc/cross/aarch64-none-elf-gcc/Makefile  Sun Jan 16 21:10:17 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2021/12/15 21:55:48 tnn Exp $
+# $NetBSD: Makefile,v 1.19 2022/01/16 21:10:17 tnn Exp $
 
 DISTNAME=              gcc-8.2.0
 PKGNAME=               cross-aarch64-none-elf-${DISTNAME}
@@ -37,6 +37,7 @@ USE_TOOLS+=           bash gmake makeinfo perl
 GNU_CONFIGURE=         yes
 GNU_CONFIGURE_STRICT=  no # has sub-configures
 CHECK_PORTABILITY_SKIP+=contrib/*
+MKPIE_SUPPORTED=       no # relocation errors on netbsd-9 aarch64
 
 GNU_CONFIGURE_PREFIX=  ${AARCH64ELF_PREFIX}
 

Index: pkgsrc/cross/arm-none-eabi-gcc/Makefile
diff -u pkgsrc/cross/arm-none-eabi-gcc/Makefile:1.33 pkgsrc/cross/arm-none-eabi-gcc/Makefile:1.34
--- pkgsrc/cross/arm-none-eabi-gcc/Makefile:1.33        Wed Dec 15 21:55:48 2021
+++ pkgsrc/cross/arm-none-eabi-gcc/Makefile     Sun Jan 16 21:10:18 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2021/12/15 21:55:48 tnn Exp $
+# $NetBSD: Makefile,v 1.34 2022/01/16 21:10:18 tnn Exp $
 
 DISTNAME=              gcc-8.3.0
 PKGNAME=               cross-arm-none-eabi-${DISTNAME}
@@ -37,6 +37,7 @@ USE_TOOLS+=           bash gmake gsed makeinfo pe
 GNU_CONFIGURE=         yes
 GNU_CONFIGURE_STRICT=  no # has sub-configures
 CHECK_PORTABILITY_SKIP+=contrib/*
+MKPIE_SUPPORTED=       no # relocation errors on netbsd-9 aarch64
 
 GNU_CONFIGURE_PREFIX=  ${ARMELF_PREFIX}
 



Home | Main Index | Thread Index | Old Index