pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
avr-gcc: Enable C++ support again
Module Name: pkgsrc-wip
Committed By: Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By: micha
Date: Mon Aug 23 16:36:38 2021 +0200
Changeset: 913dc41ac340844d7ea8638690054598867fd1db
Modified Files:
avr-gcc/Makefile
avr-gcc/PLIST
Log Message:
avr-gcc: Enable C++ support again
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=913dc41ac340844d7ea8638690054598867fd1db
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
avr-gcc/Makefile | 2 +-
avr-gcc/PLIST | 9 +++++++++
2 files changed, 10 insertions(+), 1 deletion(-)
diffs:
diff --git a/avr-gcc/Makefile b/avr-gcc/Makefile
index 97b519a843..e78c7f6ce2 100644
--- a/avr-gcc/Makefile
+++ b/avr-gcc/Makefile
@@ -30,7 +30,7 @@ CONFIGURE_SCRIPT= ../${DISTNAME}/configure
CONFIG_SHELL= ${TOOLS_PATH.bash}
-CONFIGURE_ARGS+= --enable-languages='c'
+CONFIGURE_ARGS+= --enable-languages='c c++'
CONFIGURE_ARGS+= --enable-multilib
CONFIGURE_ARGS+= --disable-libquadmath-support
CONFIGURE_ARGS+= --disable-lto
diff --git a/avr-gcc/PLIST b/avr-gcc/PLIST
index 18478aa43f..3809963be6 100644
--- a/avr-gcc/PLIST
+++ b/avr-gcc/PLIST
@@ -1,5 +1,7 @@
@comment $NetBSD$
+bin/avr-c++
bin/avr-cpp
+bin/avr-g++
bin/avr-gcc
bin/avr-gcc-${PKGVERSION}
bin/avr-gcc-ar
@@ -516,6 +518,11 @@ lib/gcc/avr/${PKGVERSION}/plugin/include/coretypes.h
lib/gcc/avr/${PKGVERSION}/plugin/include/coroutine-builtins.def
lib/gcc/avr/${PKGVERSION}/plugin/include/coverage.h
lib/gcc/avr/${PKGVERSION}/plugin/include/cp/cp-tree.def
+lib/gcc/avr/${PKGVERSION}/plugin/include/cp/cp-tree.h
+lib/gcc/avr/${PKGVERSION}/plugin/include/cp/cxx-pretty-print.h
+lib/gcc/avr/${PKGVERSION}/plugin/include/cp/name-lookup.h
+lib/gcc/avr/${PKGVERSION}/plugin/include/cp/operators.def
+lib/gcc/avr/${PKGVERSION}/plugin/include/cp/type-utils.h
lib/gcc/avr/${PKGVERSION}/plugin/include/cppbuiltin.h
lib/gcc/avr/${PKGVERSION}/plugin/include/cppdefault.h
lib/gcc/avr/${PKGVERSION}/plugin/include/cpplib.h
@@ -879,6 +886,7 @@ lib/gcc/avr/${PKGVERSION}/tiny-stack/libgcov.a
lib/gcc/avr/${PKGVERSION}/tiny-stack/long-double32/libgcc.a
lib/gcc/avr/${PKGVERSION}/tiny-stack/long-double32/libgcov.a
libexec/gcc/avr/${PKGVERSION}/cc1
+libexec/gcc/avr/${PKGVERSION}/cc1plus
libexec/gcc/avr/${PKGVERSION}/collect2
libexec/gcc/avr/${PKGVERSION}/install-tools/fixinc.sh
libexec/gcc/avr/${PKGVERSION}/install-tools/fixincl
@@ -887,6 +895,7 @@ libexec/gcc/avr/${PKGVERSION}/install-tools/mkinstalldirs
libexec/gcc/avr/${PKGVERSION}/lto-wrapper
libexec/gcc/avr/${PKGVERSION}/plugin/gengtype
man/man1/avr-cpp.1
+man/man1/avr-g++.1
man/man1/avr-gcc.1
man/man1/avr-gcov-dump.1
man/man1/avr-gcov-tool.1
Home |
Main Index |
Thread Index |
Old Index