diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-03-31 10:42:21 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-03-31 10:42:21 +0000 |
commit | 5c50c0063f2a67ba1e5f212eef5d8a0e24dd5d41 (patch) | |
tree | c0acae20063ab7596eaef60cec7ca3f038f5036c /lang/glibstdc++28 | |
parent | 2eea491e74f242a400abc771dc4b339bc749e8e0 (diff) | |
download | ports-5c50c0063f2a67ba1e5f212eef5d8a0e24dd5d41.tar.gz ports-5c50c0063f2a67ba1e5f212eef5d8a0e24dd5d41.zip |
Notes
Diffstat (limited to 'lang/glibstdc++28')
-rw-r--r-- | lang/glibstdc++28/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/lang/glibstdc++28/Makefile b/lang/glibstdc++28/Makefile index e10125f9b888..faaac6bcf39e 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.16 1999/03/08 07:28:30 asami Exp $ +# $Id: Makefile,v 1.17 1999/03/11 21:47:12 scrappy Exp $ # DISTNAME= libstdc++-2.8.1.1 @@ -27,16 +27,14 @@ RUN_DEPENDS= gcc28:${PORTSDIR}/lang/gcc28 \ CC= gcc28 CXX= g++28 .if ${PORTOBJFORMAT} == "elf" -GNUHOST= i386-unknown-freebsd${OSREL} +CONFIGURE_TARGET= i386-portbld-freebsd${OSREL} .else -GNUHOST= i386-unknown-freebsdaout${OSREL} +CONFIGURE_TARGET= i386-portbld-freebsdaout${OSREL} .endif -GCC28DIR= lib/gcc-lib/${GNUHOST}/2.8.1 -CONFIGURE_ARGS= --host=${GNUHOST} +GCC28DIR= lib/gcc-lib/${CONFIGURE_TARGET}/2.8.1 GNU_CONFIGURE= yes -CONFIGURE_TARGET= # empty USE_GMAKE= yes -PLIST_SUB= GCC28SUBDIR=${GCC28DIR} GNUHOST=${GNUHOST} +PLIST_SUB= GCC28SUBDIR=${GCC28DIR} GNUHOST=${CONFIGURE_TARGET} pre-install: @# allow a boched ``make install'' to be re-tried |