pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cross cross/*: fix bare-metal ARM toolchains on netbsd...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e6e38288fa6b
branches:  trunk
changeset: 371948:e6e38288fa6b
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Jan 16 21:10:17 2022 +0000

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

diffstat:

 cross/aarch64-none-elf-gcc/Makefile |  3 ++-
 cross/arm-none-eabi-gcc/Makefile    |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r a8852c8185e3 -r e6e38288fa6b cross/aarch64-none-elf-gcc/Makefile
--- a/cross/aarch64-none-elf-gcc/Makefile       Sun Jan 16 20:15:43 2022 +0000
+++ b/cross/aarch64-none-elf-gcc/Makefile       Sun Jan 16 21:10:17 2022 +0000
@@ -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 @@
 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}
 
diff -r a8852c8185e3 -r e6e38288fa6b cross/arm-none-eabi-gcc/Makefile
--- a/cross/arm-none-eabi-gcc/Makefile  Sun Jan 16 20:15:43 2022 +0000
+++ b/cross/arm-none-eabi-gcc/Makefile  Sun Jan 16 21:10:17 2022 +0000
@@ -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 @@
 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