- drop gcc-4.*.* as they are used diretcly by bsd.gnustep.mk

This commit is contained in:
Dirk Meyer 2007-01-13 04:23:50 +00:00
parent 7bf0ee809a
commit 5fe80853cb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182278

View file

@ -15,10 +15,8 @@ COMMENT= GNU Compiler Collection ${COMMENT2} with threads and shared libs
WITHOUT_JAVA= yes
.if !defined(GNUSTEP_WITH_GCC32) && !defined(GNUSTEP_WITH_GCC33) && !defined(GNUSTEP_WITH_GCC34)
.if !defined(GNUSTEP_WITH_GCC40) && !defined(GNUSTEP_WITH_GCC41) && !defined(GNUSTEP_WITH_GCC42)
GNUSTEP_WITH_GCC32= yes
.endif
.endif
.if defined(GNUSTEP_WITH_GCC32)
MASTERDIR?= ${.CURDIR}/../gcc32
@ -39,21 +37,6 @@ CONFLICTS?= gcc-3.4*
COMMENT2= 3.4.x
BROKEN= libobjc.so missing
.endif
.if defined(GNUSTEP_WITH_GCC40)
MASTERDIR?= ${.CURDIR}/../gcc40
CONFLICTS?= gcc-4.0*
COMMENT2= 4.0.x
.endif
.if defined(GNUSTEP_WITH_GCC41)
MASTERDIR?= ${.CURDIR}/../gcc41
CONFLICTS?= gcc-4.1*
COMMENT2= 4.1.x
.endif
.if defined(GNUSTEP_WITH_GCC42)
MASTERDIR?= ${.CURDIR}/../gcc42
CONFLICTS?= gcc-4.2*
COMMENT2= 4.2.x
.endif
.if exists(${.CURDIR}/Makefile.local)
.include "${.CURDIR}/Makefile.local"