pkgsrc-Changes archive

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

CVS commit: pkgsrc/cross/xtensa-esp32-elf-binutils



Module Name:    pkgsrc
Committed By:   tnn
Date:           Thu Apr 14 12:55:52 UTC 2022

Modified Files:
        pkgsrc/cross/xtensa-esp32-elf-binutils: Makefile.common

Log Message:
xtensa-esp32-elf-binutils: disable MKPIE


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/cross/xtensa-esp32-elf-binutils/Makefile.common

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

Modified files:

Index: pkgsrc/cross/xtensa-esp32-elf-binutils/Makefile.common
diff -u pkgsrc/cross/xtensa-esp32-elf-binutils/Makefile.common:1.1 pkgsrc/cross/xtensa-esp32-elf-binutils/Makefile.common:1.2
--- pkgsrc/cross/xtensa-esp32-elf-binutils/Makefile.common:1.1  Wed Apr 13 23:09:09 2022
+++ pkgsrc/cross/xtensa-esp32-elf-binutils/Makefile.common      Thu Apr 14 12:55:52 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2022/04/13 23:09:09 tnn Exp $
+# $NetBSD: Makefile.common,v 1.2 2022/04/14 12:55:52 tnn Exp $
 
 # used by cross/xtensa-esp32-elf-binutils/Makefile
 # used by cross/xtensa-esp32s2-elf-binutils/Makefile
@@ -24,6 +24,7 @@ GNU_CONFIGURE=                yes
 GNU_CONFIGURE_STRICT=  no # several sub-configures know --enable-nls
 USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake makeinfo
+MKPIE_SUPPORTED=       no      # strange errors with libiberty. checking for fcntl.h ... no
 
 #PATCHDIR=     ${.CURDIR}/../../cross/xtensa-esp32-elf-binutils/patches
 DISTINFO_FILE= ${.CURDIR}/../../cross/xtensa-esp32-elf-binutils/distinfo



Home | Main Index | Thread Index | Old Index