Works again with system compiler.

This commit is contained in:
Martin Blapp 2002-09-01 22:05:52 +00:00
parent 1eea003ec2
commit 1a8d0bb1d5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65451
3 changed files with 12 additions and 30 deletions

View File

@ -73,16 +73,10 @@ USE_GCC=3.1
#
# OO is still broken with the system gcc on CURRENT.
#
.if !defined(USE_GCC)
USE_GCC=3.1
.endif
.if defined(USE_GCC) && ${USE_GCC} == 3.1
#
# We depend on the port. System g++ is broken at the moment.
#
BUILD_DEPENDS+= gcc31:${PORTSDIR}/lang/gcc31
CC= gcc31
CXX= g++31
.if defined(USE_GCC) && ${USE_GCC} == 3.2
BUILD_DEPENDS+= gcc32:${PORTSDIR}/lang/gcc32
CC= gcc32
CXX= g++32
.endif
.endif

View File

@ -73,16 +73,10 @@ USE_GCC=3.1
#
# OO is still broken with the system gcc on CURRENT.
#
.if !defined(USE_GCC)
USE_GCC=3.1
.endif
.if defined(USE_GCC) && ${USE_GCC} == 3.1
#
# We depend on the port. System g++ is broken at the moment.
#
BUILD_DEPENDS+= gcc31:${PORTSDIR}/lang/gcc31
CC= gcc31
CXX= g++31
.if defined(USE_GCC) && ${USE_GCC} == 3.2
BUILD_DEPENDS+= gcc32:${PORTSDIR}/lang/gcc32
CC= gcc32
CXX= g++32
.endif
.endif

View File

@ -73,16 +73,10 @@ USE_GCC=3.1
#
# OO is still broken with the system gcc on CURRENT.
#
.if !defined(USE_GCC)
USE_GCC=3.1
.endif
.if defined(USE_GCC) && ${USE_GCC} == 3.1
#
# We depend on the port. System g++ is broken at the moment.
#
BUILD_DEPENDS+= gcc31:${PORTSDIR}/lang/gcc31
CC= gcc31
CXX= g++31
.if defined(USE_GCC) && ${USE_GCC} == 3.2
BUILD_DEPENDS+= gcc32:${PORTSDIR}/lang/gcc32
CC= gcc32
CXX= g++32
.endif
.endif