summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2019-12-19 22:10:35 +0000
committerjoerg <joerg@pkgsrc.org>2019-12-19 22:10:35 +0000
commita6b0e0a635edabbe03bd062010d3bedfc19a3b92 (patch)
tree12a5fc8c5749938ba29c77f49322c0ba0c83320d /cross
parentee566823fe22b7227bc2f1feb9ea3ac1c47038e5 (diff)
downloadpkgsrc-a6b0e0a635edabbe03bd062010d3bedfc19a3b92.tar.gz
Requires C++03 to build.
Diffstat (limited to 'cross')
-rw-r--r--cross/xtensa-lx106-elf-gcc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/cross/xtensa-lx106-elf-gcc/Makefile b/cross/xtensa-lx106-elf-gcc/Makefile
index 82858465a5c..9d9f33f4aca 100644
--- a/cross/xtensa-lx106-elf-gcc/Makefile
+++ b/cross/xtensa-lx106-elf-gcc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/09/20 15:20:20 bouyer Exp $
+# $NetBSD: Makefile,v 1.2 2019/12/19 22:10:35 joerg Exp $
# using configure options and sources from
# https://github.com/earlephilhower/esp-quick-toolchain
@@ -53,7 +53,7 @@ FILESDIR= ${.CURDIR}/../../cross/xtensa-lx106-elf-binutils/files
GNU_CONFIGURE= yes
INFO_FILES= yes
-USE_LANGUAGES+= c c++
+USE_LANGUAGES+= c c++03
USE_TOOLS+= bash gmake makeinfo perl
# for http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33549
@@ -89,7 +89,7 @@ post-extract:
${LN} -s ${WRKDIR}/newlib-*/libgloss ${WRKSRC}/libgloss
pre-configure:
- ${RUN} cd ${WRKSRC} && ${MKDIR} ${OBJDIR}
+ ${MKDIR} ${WRKSRC}/${OBJDIR}
${CP} ${FILESDIR}/xtensa-config.h ${WRKSRC}/include/xtensa-config.h
.include "../../devel/gmp/buildlink3.mk"