pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2021Q4]: pkgsrc/cross Pullup ticket #6569 - requested by tnn



details:   https://anonhg.NetBSD.org/pkgsrc/rev/da47b26e111c
branches:  pkgsrc-2021Q4
changeset: 372201:da47b26e111c
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Fri Jan 21 15:23:32 2022 +0000

description:
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

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 fc8cb544141b -r da47b26e111c cross/aarch64-none-elf-gcc/Makefile
--- a/cross/aarch64-none-elf-gcc/Makefile       Mon Jan 17 19:40:03 2022 +0000
+++ b/cross/aarch64-none-elf-gcc/Makefile       Fri Jan 21 15:23:32 2022 +0000
@@ -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 @@
 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 fc8cb544141b -r da47b26e111c cross/arm-none-eabi-gcc/Makefile
--- a/cross/arm-none-eabi-gcc/Makefile  Mon Jan 17 19:40:03 2022 +0000
+++ b/cross/arm-none-eabi-gcc/Makefile  Fri Jan 21 15:23:32 2022 +0000
@@ -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 @@
 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