pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [pkgsrc-2021Q4] pkgsrc/cross
Module Name: pkgsrc
Committed By: bsiegert
Date: Fri Jan 21 15:23:33 UTC 2022
Modified Files:
pkgsrc/cross/aarch64-none-elf-gcc [pkgsrc-2021Q4]: Makefile
pkgsrc/cross/arm-none-eabi-gcc [pkgsrc-2021Q4]: Makefile
Log Message:
Pullup ticket #6569 - requested by tnn
cross/aarch64-none-elf-gcc: NetBSD 9 build fix
cross/arm-none-eabi-gcc: NetBSD 9 build fix
Revisions pulled up:
- cross/aarch64-none-elf-gcc/Makefile 1.19
- cross/arm-none-eabi-gcc/Makefile 1.34
---
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.18.2.1 pkgsrc/cross/aarch64-none-elf-gcc/Makefile
cvs rdiff -u -r1.33 -r1.33.2.1 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.18.2.1
--- pkgsrc/cross/aarch64-none-elf-gcc/Makefile:1.18 Wed Dec 15 21:55:48 2021
+++ pkgsrc/cross/aarch64-none-elf-gcc/Makefile Fri Jan 21 15:23:32 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2021/12/15 21:55:48 tnn Exp $
+# $NetBSD: Makefile,v 1.18.2.1 2022/01/21 15:23:32 bsiegert 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.33.2.1
--- pkgsrc/cross/arm-none-eabi-gcc/Makefile:1.33 Wed Dec 15 21:55:48 2021
+++ pkgsrc/cross/arm-none-eabi-gcc/Makefile Fri Jan 21 15:23:32 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2021/12/15 21:55:48 tnn Exp $
+# $NetBSD: Makefile,v 1.33.2.1 2022/01/21 15:23:32 bsiegert 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