summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-02-09 18:59:11 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-02-09 18:59:11 +0000
commite6748831bddcb0f34897da3093526f82c65601d4 (patch)
tree4d65e682b6d5ede0675395803053627c8d662336 /lang
parentGNUHOST is now "i386-unknown-freebsd3" for ELF machines and (diff)
GNUHOST is now "i386-unknown-freebsd4.0" for the ELF case, and
"i386-unknown-freebsdaout3.0" for the a.out case.
Notes
Notes: svn path=/head/; revision=16575
Diffstat (limited to 'lang')
-rw-r--r--lang/glibstdc++28/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/glibstdc++28/Makefile b/lang/glibstdc++28/Makefile
index ed1e733fb302..533a31a60adf 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}