diff options
author | obrien <obrien@FreeBSD.org> | 1999-02-09 18:59:11 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-02-09 18:59:11 +0000 |
commit | e50498045ade173bf6d8220d01a840b13fd8f965 (patch) | |
tree | c0127d6e75965f49eb46091d585a465699e52bbf /lang/glibstdc++28 | |
parent | 7c74a83f77ae01c551f58f77ef0043573f6de9bb (diff) | |
download | FreeBSD-ports-e50498045ade173bf6d8220d01a840b13fd8f965.zip FreeBSD-ports-e50498045ade173bf6d8220d01a840b13fd8f965.tar.gz |
GNUHOST is now "i386-unknown-freebsd4.0" for the ELF case, and
"i386-unknown-freebsdaout3.0" for the a.out case.
Diffstat (limited to 'lang/glibstdc++28')
-rw-r--r-- | lang/glibstdc++28/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/glibstdc++28/Makefile b/lang/glibstdc++28/Makefile index ed1e733..533a31a 100644 --- a/lang/glibstdc++28/Makefile +++ b/lang/glibstdc++28/Makefile @@ -4,7 +4,7 @@ # Date created: 03 Mar 1998 # Whom: David O'Brien <obrien@NUXI.com> # -# $Id: Makefile,v 1.13 1998/11/11 05:37:25 asami Exp $ +# $Id: Makefile,v 1.14 1999/01/27 07:41:21 fenner Exp $ # DISTNAME= libstdc++-2.8.1.1 @@ -25,9 +25,9 @@ RUN_DEPENDS= gcc28:${PORTSDIR}/lang/gcc28 \ CC= gcc28 CXX= g++28 .if ${PORTOBJFORMAT} == "elf" -GNUHOST= i386-unknown-freebsdelf${OSREL} -.else GNUHOST= i386-unknown-freebsd${OSREL} +.else +GNUHOST= i386-unknown-freebsdaout${OSREL} .endif GCC28DIR= lib/gcc-lib/${GNUHOST}/2.8.1 CONFIGURE_ARGS= --host=${GNUHOST} |