disable fastjar and c++ support, remove collisions (spotted by espie@).

ok martin@ espie@
This commit is contained in:
aanriot 2005-09-26 08:59:06 +00:00
parent 418bdad675
commit c110b12190
5 changed files with 13 additions and 36 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2005/09/26 08:13:17 espie Exp $
# $OpenBSD: Makefile,v 1.4 2005/09/26 08:59:06 aanriot Exp $
COMMENT= "Atmel AVR 8-bit RISC microcontrollers' XGCC"
@ -12,21 +12,15 @@ PERMIT_DISTFILES_CDROM= Yes
WANTLIB= c
DIST_SUBDIR=gcc
MAKE_GXX=Yes
MAKE_GXX=No
MAKE_FORTRAN=No
MAKE_OBJC=No
MAKE_JAVA=No
MAKE_ADA=No
MAKE_GXX?=No
MAKE_FORTRAN?=No
MAKE_OBJC?=No
MAKE_JAVA?=No
MAKE_ADA?=No
DISTNAME= gcc-${FULL_VERSION}
EXTRACT_SUFX= .tar.bz2
PKGNAME= avr-gcc-${V}p0
PKGNAME= avr-gcc-${V}p1
MASTER_SITE_GCC= ftp://gcc.gnu.org/pub/gcc/ \
ftp://ftp.uvsq.fr/pub/gcc/ \

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-configure_in,v 1.1.1.1 2005/09/20 15:22:42 aanriot Exp $
--- configure.in.orig Sat Jun 25 10:22:01 2005
+++ configure.in Sat Jun 25 10:23:07 2005
@@ -454,7 +454,7 @@ case "${target}" in
noconfigdirs="$noconfigdirs ld target-libgloss ${libgcj}"
;;
avr-*-*)
- noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
+ noconfigdirs="$noconfigdirs bfd target-libiberty target-libstdc++-v3 ${libgcj} opcodes"
;;
c4x-*-* | tic4x-*-*)
noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.2 2005/09/25 14:48:53 espie Exp $
@comment $OpenBSD: PLIST,v 1.3 2005/09/26 08:59:06 aanriot Exp $
avr/
avr/lib/
bin/avr-c++
@ -8,9 +8,6 @@ bin/avr-gcc
bin/avr-gcc-3.4.5
bin/avr-gccbug
bin/avr-gcov
bin/grepjar
bin/jar
@info info/fastjar.info
lib/gcc/
lib/gcc/avr/
lib/gcc/avr/3.4.5/
@ -68,8 +65,6 @@ libexec/gcc/avr/3.4.5/install-tools/mkinstalldirs
@man man/man1/avr-g++.1
@man man/man1/avr-gcc.1
@man man/man1/avr-gcov.1
@man man/man1/avr-grepjar.1
@man man/man1/avr-jar.1
@comment @man man/man7/fsf-funding.7
@comment @man man/man7/gfdl.7
@comment @man man/man7/gpl.7
@comment man/man7/fsf-funding.7
@comment man/man7/gfdl.7
@comment man/man7/gpl.7

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.1.1.1 2005/09/20 15:22:43 aanriot Exp $
# $OpenBSD: Makefile,v 1.2 2005/09/26 08:59:06 aanriot Exp $
COMMENT= "Atmel AVR 8-bit RISC microcontrollers' GNU gdb"
VER= 6.3
DISTNAME= gdb-${VER}
PKGNAME= avr-gdb-${VER}
PKGNAME= avr-gdb-${VER}p0
HOMEPAGE= http://www.gnu.org/software/gdb/gdb.html

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/09/20 15:22:43 aanriot Exp $
@comment $OpenBSD: PLIST,v 1.2 2005/09/26 08:59:06 aanriot Exp $
bin/avr-gdb
bin/avr-gdbtui
@info info/annotate.info
@ -7,7 +7,7 @@ bin/avr-gdbtui
@info info/gdb.info
@info info/gdbint.info
@info info/stabs.info
@info info/standards.info
lib/libiberty.a
@comment info/standards.info
@comment lib/libiberty.a
@man man/man1/avr-gdb.1
@man man/man1/avr-gdbtui.1