pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/cross/xtensa-lx106-elf-gcc
Module Name: pkgsrc
Committed By: joerg
Date: Thu Dec 19 22:10:35 UTC 2019
Modified Files:
pkgsrc/cross/xtensa-lx106-elf-gcc: Makefile
Log Message:
Requires C++03 to build.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/cross/xtensa-lx106-elf-gcc/Makefile
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-lx106-elf-gcc/Makefile
diff -u pkgsrc/cross/xtensa-lx106-elf-gcc/Makefile:1.1 pkgsrc/cross/xtensa-lx106-elf-gcc/Makefile:1.2
--- pkgsrc/cross/xtensa-lx106-elf-gcc/Makefile:1.1 Fri Sep 20 15:20:20 2019
+++ pkgsrc/cross/xtensa-lx106-elf-gcc/Makefile Thu Dec 19 22:10:35 2019
@@ -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-
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"
Home |
Main Index |
Thread Index |
Old Index