pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/cross/xtensa-lx106-elf-gcc Requires C++03 to build.
details: https://anonhg.NetBSD.org/pkgsrc/rev/49fadd377aca
branches: trunk
changeset: 345839:49fadd377aca
user: joerg <joerg%pkgsrc.org@localhost>
date: Thu Dec 19 22:10:35 2019 +0000
description:
Requires C++03 to build.
diffstat:
cross/xtensa-lx106-elf-gcc/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r caa1334687f0 -r 49fadd377aca cross/xtensa-lx106-elf-gcc/Makefile
--- a/cross/xtensa-lx106-elf-gcc/Makefile Thu Dec 19 22:10:10 2019 +0000
+++ b/cross/xtensa-lx106-elf-gcc/Makefile Thu Dec 19 22:10:35 2019 +0000
@@ -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 @@
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 @@
${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"
Home |
Main Index |
Thread Index |
Old Index