cross/avr-gcc: Update to 10.3.0nb1
Deleting the unwanted libcc1 after installation failed on some OS (because they use non-standard paths for the library directory). The configure option "--disable-libcc1" is now used instead. Bump PKGREVISION because this change removes 2 plugins from the PLIST too. Mention the C++ compiler in DESCR again.
This commit is contained in:
parent
45e76e9ea5
commit
b451dca682
3 changed files with 6 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
GCC configured as cross-compiler for Atmel AVR 8-bit RISC
|
||||
microcontrollers.
|
||||
|
||||
This package includes a C compiler.
|
||||
This package includes C and C++ compilers.
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.47 2021/09/08 12:07:06 micha Exp $
|
||||
# $NetBSD: Makefile,v 1.48 2021/09/15 12:20:15 micha Exp $
|
||||
|
||||
DISTNAME= gcc-10.3.0
|
||||
PKGREVISION= 1
|
||||
PKGNAME= ${DISTNAME:C/^/avr-/}
|
||||
CATEGORIES= cross
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=gcc/${DISTNAME}/}
|
||||
|
@ -32,6 +33,7 @@ CONFIG_SHELL= ${TOOLS_PATH.bash}
|
|||
|
||||
CONFIGURE_ARGS+= --enable-languages='c c++'
|
||||
CONFIGURE_ARGS+= --enable-multilib
|
||||
CONFIGURE_ARGS+= --disable-libcc1
|
||||
CONFIGURE_ARGS+= --disable-libquadmath-support
|
||||
CONFIGURE_ARGS+= --disable-lto
|
||||
CONFIGURE_ARGS+= --disable-nls
|
||||
|
@ -58,10 +60,9 @@ INSTALLATION_DIRS+= avr/bin
|
|||
pre-configure:
|
||||
${RUN} cd ${WRKSRC} && ${MKDIR} ${OBJDIR}
|
||||
|
||||
# Remove libcc1 and some manual pages from generic locations
|
||||
# Remove some manual pages from generic locations
|
||||
# File paths from this package should not overlap with other GCC packages
|
||||
post-install:
|
||||
${RM} -f ${DESTDIR}${PREFIX}/lib/libcc1.*
|
||||
${RM} -rf ${DESTDIR}${PREFIX}/${PKGMANDIR}/man7
|
||||
|
||||
BUILDLINK_API_DEPENDS.zlib+= zlib>=1.2.3
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.7 2021/09/08 12:07:06 micha Exp $
|
||||
@comment $NetBSD: PLIST,v 1.8 2021/09/15 12:20:15 micha Exp $
|
||||
bin/avr-c++
|
||||
bin/avr-cpp
|
||||
bin/avr-g++
|
||||
|
@ -877,8 +877,6 @@ lib/gcc/avr/${PKGVERSION}/plugin/include/wide-int-print.h
|
|||
lib/gcc/avr/${PKGVERSION}/plugin/include/wide-int.h
|
||||
lib/gcc/avr/${PKGVERSION}/plugin/include/xcoff.h
|
||||
lib/gcc/avr/${PKGVERSION}/plugin/include/xcoffout.h
|
||||
lib/gcc/avr/${PKGVERSION}/plugin/libcc1plugin.la
|
||||
lib/gcc/avr/${PKGVERSION}/plugin/libcp1plugin.la
|
||||
lib/gcc/avr/${PKGVERSION}/tiny-stack/double64/libgcc.a
|
||||
lib/gcc/avr/${PKGVERSION}/tiny-stack/double64/libgcov.a
|
||||
lib/gcc/avr/${PKGVERSION}/tiny-stack/libgcc.a
|
||||
|
|
Loading…
Reference in a new issue