summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2022-04-14 12:55:52 +0000
committertnn <tnn@pkgsrc.org>2022-04-14 12:55:52 +0000
commitbb7114950855b1136ec23afd1005b6fd2a77f961 (patch)
tree5310031c049ce4748c49a0746bf89f2794c9c2b5 /cross
parentaab0ad2a16e72c5af189eb71b2271046668e1312 (diff)
downloadpkgsrc-bb7114950855b1136ec23afd1005b6fd2a77f961.tar.gz
xtensa-esp32-elf-binutils: disable MKPIE
Diffstat (limited to 'cross')
-rw-r--r--cross/xtensa-esp32-elf-binutils/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/cross/xtensa-esp32-elf-binutils/Makefile.common b/cross/xtensa-esp32-elf-binutils/Makefile.common
index 10ee2b5cb95..0cb763cff9b 100644
--- a/cross/xtensa-esp32-elf-binutils/Makefile.common
+++ b/cross/xtensa-esp32-elf-binutils/Makefile.common
@@ -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