1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00

GNUHOST is now "i386-unknown-freebsd4.0" for the ELF case, and

"i386-unknown-freebsdaout3.0" for the a.out case.
This commit is contained in:
David E. O'Brien 1999-02-09 18:59:11 +00:00
parent c6a48c0a29
commit e6748831bd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16575

View File

@ -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}