diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-05-24 17:13:47 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-05-24 17:13:47 +0000 |
commit | 632eeb329875e9cb8f2fceaec31adaf798348540 (patch) | |
tree | 29d34a71bbab83ec4c81d0d1266399f251c8497c /lang | |
parent | Upgrade to version 1.1.3, and sync with changes to the egcs port. (diff) |
Fix "EGCS_REV".
Notes
Notes:
svn path=/head/; revision=18979
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc-devel/Makefile | 8 | ||||
-rw-r--r-- | lang/gcc-ooo/Makefile | 8 | ||||
-rw-r--r-- | lang/gcc/Makefile | 8 | ||||
-rw-r--r-- | lang/gcc30/Makefile | 8 | ||||
-rw-r--r-- | lang/gcc31/Makefile | 8 | ||||
-rw-r--r-- | lang/gcc32/Makefile | 8 | ||||
-rw-r--r-- | lang/gcc33/Makefile | 8 | ||||
-rw-r--r-- | lang/gcc34/Makefile | 8 | ||||
-rw-r--r-- | lang/gcc35/Makefile | 8 | ||||
-rw-r--r-- | lang/gcc40/Makefile | 8 | ||||
-rw-r--r-- | lang/gcc41/Makefile | 8 | ||||
-rw-r--r-- | lang/gcc42/Makefile | 8 | ||||
-rw-r--r-- | lang/gcc43/Makefile | 8 | ||||
-rw-r--r-- | lang/gcc44/Makefile | 8 | ||||
-rw-r--r-- | lang/gcc45/Makefile | 8 | ||||
-rw-r--r-- | lang/gcc46/Makefile | 8 | ||||
-rw-r--r-- | lang/gcc47/Makefile | 8 | ||||
-rw-r--r-- | lang/gcc48/Makefile | 8 |
18 files changed, 108 insertions, 36 deletions
diff --git a/lang/gcc-devel/Makefile b/lang/gcc-devel/Makefile index bb91c63459bd..cf5fb14e892e 100644 --- a/lang/gcc-devel/Makefile +++ b/lang/gcc-devel/Makefile @@ -4,7 +4,7 @@ # Date created: 9 Jan 1998 # Whom: John Polstra <jdp@polstra.com> # -# $Id: Makefile,v 1.57 1999/04/22 00:17:01 scrappy Exp $ +# $Id: Makefile,v 1.58 1999/05/18 18:15:33 obrien Exp $ # SNAPDATE= 1999-05-17 @@ -32,7 +32,7 @@ NO_CDROM= 'dated material' .include <bsd.port.pre.mk> -EGCS_REV= 2.93.22 +EGCS_REV= egcs-2.93.22 LIBSTDCPP_REV= 4 .if ${PORTOBJFORMAT} == "elf" @@ -50,6 +50,10 @@ CONFIGURE_ARGS= --with-gnu-as --with-gnu-ld \ .if defined(WANT_SHAREDLIBS) CONFIGURE_ARGS+= --enable-shared .endif +.if defined(WANT_THREADS) +# ?is his an ObjC only thing? +CONFIGURE_ARGS+= --enable-threads=posix +.endif ALL_TARGET= bootstrap MAN1= cccp.1 eg++.1 eg77.1 egcc.1 diff --git a/lang/gcc-ooo/Makefile b/lang/gcc-ooo/Makefile index bb91c63459bd..cf5fb14e892e 100644 --- a/lang/gcc-ooo/Makefile +++ b/lang/gcc-ooo/Makefile @@ -4,7 +4,7 @@ # Date created: 9 Jan 1998 # Whom: John Polstra <jdp@polstra.com> # -# $Id: Makefile,v 1.57 1999/04/22 00:17:01 scrappy Exp $ +# $Id: Makefile,v 1.58 1999/05/18 18:15:33 obrien Exp $ # SNAPDATE= 1999-05-17 @@ -32,7 +32,7 @@ NO_CDROM= 'dated material' .include <bsd.port.pre.mk> -EGCS_REV= 2.93.22 +EGCS_REV= egcs-2.93.22 LIBSTDCPP_REV= 4 .if ${PORTOBJFORMAT} == "elf" @@ -50,6 +50,10 @@ CONFIGURE_ARGS= --with-gnu-as --with-gnu-ld \ .if defined(WANT_SHAREDLIBS) CONFIGURE_ARGS+= --enable-shared .endif +.if defined(WANT_THREADS) +# ?is his an ObjC only thing? +CONFIGURE_ARGS+= --enable-threads=posix +.endif ALL_TARGET= bootstrap MAN1= cccp.1 eg++.1 eg77.1 egcc.1 diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile index bb91c63459bd..cf5fb14e892e 100644 --- a/lang/gcc/Makefile +++ b/lang/gcc/Makefile @@ -4,7 +4,7 @@ # Date created: 9 Jan 1998 # Whom: John Polstra <jdp@polstra.com> # -# $Id: Makefile,v 1.57 1999/04/22 00:17:01 scrappy Exp $ +# $Id: Makefile,v 1.58 1999/05/18 18:15:33 obrien Exp $ # SNAPDATE= 1999-05-17 @@ -32,7 +32,7 @@ NO_CDROM= 'dated material' .include <bsd.port.pre.mk> -EGCS_REV= 2.93.22 +EGCS_REV= egcs-2.93.22 LIBSTDCPP_REV= 4 .if ${PORTOBJFORMAT} == "elf" @@ -50,6 +50,10 @@ CONFIGURE_ARGS= --with-gnu-as --with-gnu-ld \ .if defined(WANT_SHAREDLIBS) CONFIGURE_ARGS+= --enable-shared .endif +.if defined(WANT_THREADS) +# ?is his an ObjC only thing? +CONFIGURE_ARGS+= --enable-threads=posix +.endif ALL_TARGET= bootstrap MAN1= cccp.1 eg++.1 eg77.1 egcc.1 diff --git a/lang/gcc30/Makefile b/lang/gcc30/Makefile index bb91c63459bd..cf5fb14e892e 100644 --- a/lang/gcc30/Makefile +++ b/lang/gcc30/Makefile @@ -4,7 +4,7 @@ # Date created: 9 Jan 1998 # Whom: John Polstra <jdp@polstra.com> # -# $Id: Makefile,v 1.57 1999/04/22 00:17:01 scrappy Exp $ +# $Id: Makefile,v 1.58 1999/05/18 18:15:33 obrien Exp $ # SNAPDATE= 1999-05-17 @@ -32,7 +32,7 @@ NO_CDROM= 'dated material' .include <bsd.port.pre.mk> -EGCS_REV= 2.93.22 +EGCS_REV= egcs-2.93.22 LIBSTDCPP_REV= 4 .if ${PORTOBJFORMAT} == "elf" @@ -50,6 +50,10 @@ CONFIGURE_ARGS= --with-gnu-as --with-gnu-ld \ .if defined(WANT_SHAREDLIBS) CONFIGURE_ARGS+= --enable-shared .endif +.if defined(WANT_THREADS) +# ?is his an ObjC only thing? +CONFIGURE_ARGS+= --enable-threads=posix +.endif ALL_TARGET= bootstrap MAN1= cccp.1 eg++.1 eg77.1 egcc.1 diff --git a/lang/gcc31/Makefile b/lang/gcc31/Makefile index bb91c63459bd..cf5fb14e892e 100644 --- a/lang/gcc31/Makefile +++ b/lang/gcc31/Makefile @@ -4,7 +4,7 @@ # Date created: 9 Jan 1998 # Whom: John Polstra <jdp@polstra.com> # -# $Id: Makefile,v 1.57 1999/04/22 00:17:01 scrappy Exp $ +# $Id: Makefile,v 1.58 1999/05/18 18:15:33 obrien Exp $ # SNAPDATE= 1999-05-17 @@ -32,7 +32,7 @@ NO_CDROM= 'dated material' .include <bsd.port.pre.mk> -EGCS_REV= 2.93.22 +EGCS_REV= egcs-2.93.22 LIBSTDCPP_REV= 4 .if ${PORTOBJFORMAT} == "elf" @@ -50,6 +50,10 @@ CONFIGURE_ARGS= --with-gnu-as --with-gnu-ld \ .if defined(WANT_SHAREDLIBS) CONFIGURE_ARGS+= --enable-shared .endif +.if defined(WANT_THREADS) +# ?is his an ObjC only thing? +CONFIGURE_ARGS+= --enable-threads=posix +.endif ALL_TARGET= bootstrap MAN1= cccp.1 eg++.1 eg77.1 egcc.1 diff --git a/lang/gcc32/Makefile b/lang/gcc32/Makefile index bb91c63459bd..cf5fb14e892e 100644 --- a/lang/gcc32/Makefile +++ b/lang/gcc32/Makefile @@ -4,7 +4,7 @@ # Date created: 9 Jan 1998 # Whom: John Polstra <jdp@polstra.com> # -# $Id: Makefile,v 1.57 1999/04/22 00:17:01 scrappy Exp $ +# $Id: Makefile,v 1.58 1999/05/18 18:15:33 obrien Exp $ # SNAPDATE= 1999-05-17 @@ -32,7 +32,7 @@ NO_CDROM= 'dated material' .include <bsd.port.pre.mk> -EGCS_REV= 2.93.22 +EGCS_REV= egcs-2.93.22 LIBSTDCPP_REV= 4 .if ${PORTOBJFORMAT} == "elf" @@ -50,6 +50,10 @@ CONFIGURE_ARGS= --with-gnu-as --with-gnu-ld \ .if defined(WANT_SHAREDLIBS) CONFIGURE_ARGS+= --enable-shared .endif +.if defined(WANT_THREADS) +# ?is his an ObjC only thing? +CONFIGURE_ARGS+= --enable-threads=posix +.endif ALL_TARGET= bootstrap MAN1= cccp.1 eg++.1 eg77.1 egcc.1 diff --git a/lang/gcc33/Makefile b/lang/gcc33/Makefile index bb91c63459bd..cf5fb14e892e 100644 --- a/lang/gcc33/Makefile +++ b/lang/gcc33/Makefile @@ -4,7 +4,7 @@ # Date created: 9 Jan 1998 # Whom: John Polstra <jdp@polstra.com> # -# $Id: Makefile,v 1.57 1999/04/22 00:17:01 scrappy Exp $ +# $Id: Makefile,v 1.58 1999/05/18 18:15:33 obrien Exp $ # SNAPDATE= 1999-05-17 @@ -32,7 +32,7 @@ NO_CDROM= 'dated material' .include <bsd.port.pre.mk> -EGCS_REV= 2.93.22 +EGCS_REV= egcs-2.93.22 LIBSTDCPP_REV= 4 .if ${PORTOBJFORMAT} == "elf" @@ -50,6 +50,10 @@ CONFIGURE_ARGS= --with-gnu-as --with-gnu-ld \ .if defined(WANT_SHAREDLIBS) CONFIGURE_ARGS+= --enable-shared .endif +.if defined(WANT_THREADS) +# ?is his an ObjC only thing? +CONFIGURE_ARGS+= --enable-threads=posix +.endif ALL_TARGET= bootstrap MAN1= cccp.1 eg++.1 eg77.1 egcc.1 diff --git a/lang/gcc34/Makefile b/lang/gcc34/Makefile index bb91c63459bd..cf5fb14e892e 100644 --- a/lang/gcc34/Makefile +++ b/lang/gcc34/Makefile @@ -4,7 +4,7 @@ # Date created: 9 Jan 1998 # Whom: John Polstra <jdp@polstra.com> # -# $Id: Makefile,v 1.57 1999/04/22 00:17:01 scrappy Exp $ +# $Id: Makefile,v 1.58 1999/05/18 18:15:33 obrien Exp $ # SNAPDATE= 1999-05-17 @@ -32,7 +32,7 @@ NO_CDROM= 'dated material' .include <bsd.port.pre.mk> -EGCS_REV= 2.93.22 +EGCS_REV= egcs-2.93.22 LIBSTDCPP_REV= 4 .if ${PORTOBJFORMAT} == "elf" @@ -50,6 +50,10 @@ CONFIGURE_ARGS= --with-gnu-as --with-gnu-ld \ .if defined(WANT_SHAREDLIBS) CONFIGURE_ARGS+= --enable-shared .endif +.if defined(WANT_THREADS) +# ?is his an ObjC only thing? +CONFIGURE_ARGS+= --enable-threads=posix +.endif ALL_TARGET= bootstrap MAN1= cccp.1 eg++.1 eg77.1 egcc.1 diff --git a/lang/gcc35/Makefile b/lang/gcc35/Makefile index bb91c63459bd..cf5fb14e892e 100644 --- a/lang/gcc35/Makefile +++ b/lang/gcc35/Makefile @@ -4,7 +4,7 @@ # Date created: 9 Jan 1998 # Whom: John Polstra <jdp@polstra.com> # -# $Id: Makefile,v 1.57 1999/04/22 00:17:01 scrappy Exp $ +# $Id: Makefile,v 1.58 1999/05/18 18:15:33 obrien Exp $ # SNAPDATE= 1999-05-17 @@ -32,7 +32,7 @@ NO_CDROM= 'dated material' .include <bsd.port.pre.mk> -EGCS_REV= 2.93.22 +EGCS_REV= egcs-2.93.22 LIBSTDCPP_REV= 4 .if ${PORTOBJFORMAT} == "elf" @@ -50,6 +50,10 @@ CONFIGURE_ARGS= --with-gnu-as --with-gnu-ld \ .if defined(WANT_SHAREDLIBS) CONFIGURE_ARGS+= --enable-shared .endif +.if defined(WANT_THREADS) +# ?is his an ObjC only thing? +CONFIGURE_ARGS+= --enable-threads=posix +.endif ALL_TARGET= bootstrap MAN1= cccp.1 eg++.1 eg77.1 egcc.1 diff --git a/lang/gcc40/Makefile b/lang/gcc40/Makefile index bb91c63459bd..cf5fb14e892e 100644 --- a/lang/gcc40/Makefile +++ b/lang/gcc40/Makefile @@ -4,7 +4,7 @@ # Date created: 9 Jan 1998 # Whom: John Polstra <jdp@polstra.com> # -# $Id: Makefile,v 1.57 1999/04/22 00:17:01 scrappy Exp $ +# $Id: Makefile,v 1.58 1999/05/18 18:15:33 obrien Exp $ # SNAPDATE= 1999-05-17 @@ -32,7 +32,7 @@ NO_CDROM= 'dated material' .include <bsd.port.pre.mk> -EGCS_REV= 2.93.22 +EGCS_REV= egcs-2.93.22 LIBSTDCPP_REV= 4 .if ${PORTOBJFORMAT} == "elf" @@ -50,6 +50,10 @@ CONFIGURE_ARGS= --with-gnu-as --with-gnu-ld \ .if defined(WANT_SHAREDLIBS) CONFIGURE_ARGS+= --enable-shared .endif +.if defined(WANT_THREADS) +# ?is his an ObjC only thing? +CONFIGURE_ARGS+= --enable-threads=posix +.endif ALL_TARGET= bootstrap MAN1= cccp.1 eg++.1 eg77.1 egcc.1 diff --git a/lang/gcc41/Makefile b/lang/gcc41/Makefile index bb91c63459bd..cf5fb14e892e 100644 --- a/lang/gcc41/Makefile +++ b/lang/gcc41/Makefile @@ -4,7 +4,7 @@ # Date created: 9 Jan 1998 # Whom: John Polstra <jdp@polstra.com> # -# $Id: Makefile,v 1.57 1999/04/22 00:17:01 scrappy Exp $ +# $Id: Makefile,v 1.58 1999/05/18 18:15:33 obrien Exp $ # SNAPDATE= 1999-05-17 @@ -32,7 +32,7 @@ NO_CDROM= 'dated material' .include <bsd.port.pre.mk> -EGCS_REV= 2.93.22 +EGCS_REV= egcs-2.93.22 LIBSTDCPP_REV= 4 .if ${PORTOBJFORMAT} == "elf" @@ -50,6 +50,10 @@ CONFIGURE_ARGS= --with-gnu-as --with-gnu-ld \ .if defined(WANT_SHAREDLIBS) CONFIGURE_ARGS+= --enable-shared .endif +.if defined(WANT_THREADS) +# ?is his an ObjC only thing? +CONFIGURE_ARGS+= --enable-threads=posix +.endif ALL_TARGET= bootstrap MAN1= cccp.1 eg++.1 eg77.1 egcc.1 diff --git a/lang/gcc42/Makefile b/lang/gcc42/Makefile index bb91c63459bd..cf5fb14e892e 100644 --- a/lang/gcc42/Makefile +++ b/lang/gcc42/Makefile @@ -4,7 +4,7 @@ # Date created: 9 Jan 1998 # Whom: John Polstra <jdp@polstra.com> # -# $Id: Makefile,v 1.57 1999/04/22 00:17:01 scrappy Exp $ +# $Id: Makefile,v 1.58 1999/05/18 18:15:33 obrien Exp $ # SNAPDATE= 1999-05-17 @@ -32,7 +32,7 @@ NO_CDROM= 'dated material' .include <bsd.port.pre.mk> -EGCS_REV= 2.93.22 +EGCS_REV= egcs-2.93.22 LIBSTDCPP_REV= 4 .if ${PORTOBJFORMAT} == "elf" @@ -50,6 +50,10 @@ CONFIGURE_ARGS= --with-gnu-as --with-gnu-ld \ .if defined(WANT_SHAREDLIBS) CONFIGURE_ARGS+= --enable-shared .endif +.if defined(WANT_THREADS) +# ?is his an ObjC only thing? +CONFIGURE_ARGS+= --enable-threads=posix +.endif ALL_TARGET= bootstrap MAN1= cccp.1 eg++.1 eg77.1 egcc.1 diff --git a/lang/gcc43/Makefile b/lang/gcc43/Makefile index bb91c63459bd..cf5fb14e892e 100644 --- a/lang/gcc43/Makefile +++ b/lang/gcc43/Makefile @@ -4,7 +4,7 @@ # Date created: 9 Jan 1998 # Whom: John Polstra <jdp@polstra.com> # -# $Id: Makefile,v 1.57 1999/04/22 00:17:01 scrappy Exp $ +# $Id: Makefile,v 1.58 1999/05/18 18:15:33 obrien Exp $ # SNAPDATE= 1999-05-17 @@ -32,7 +32,7 @@ NO_CDROM= 'dated material' .include <bsd.port.pre.mk> -EGCS_REV= 2.93.22 +EGCS_REV= egcs-2.93.22 LIBSTDCPP_REV= 4 .if ${PORTOBJFORMAT} == "elf" @@ -50,6 +50,10 @@ CONFIGURE_ARGS= --with-gnu-as --with-gnu-ld \ .if defined(WANT_SHAREDLIBS) CONFIGURE_ARGS+= --enable-shared .endif +.if defined(WANT_THREADS) +# ?is his an ObjC only thing? +CONFIGURE_ARGS+= --enable-threads=posix +.endif ALL_TARGET= bootstrap MAN1= cccp.1 eg++.1 eg77.1 egcc.1 diff --git a/lang/gcc44/Makefile b/lang/gcc44/Makefile index bb91c63459bd..cf5fb14e892e 100644 --- a/lang/gcc44/Makefile +++ b/lang/gcc44/Makefile @@ -4,7 +4,7 @@ # Date created: 9 Jan 1998 # Whom: John Polstra <jdp@polstra.com> # -# $Id: Makefile,v 1.57 1999/04/22 00:17:01 scrappy Exp $ +# $Id: Makefile,v 1.58 1999/05/18 18:15:33 obrien Exp $ # SNAPDATE= 1999-05-17 @@ -32,7 +32,7 @@ NO_CDROM= 'dated material' .include <bsd.port.pre.mk> -EGCS_REV= 2.93.22 +EGCS_REV= egcs-2.93.22 LIBSTDCPP_REV= 4 .if ${PORTOBJFORMAT} == "elf" @@ -50,6 +50,10 @@ CONFIGURE_ARGS= --with-gnu-as --with-gnu-ld \ .if defined(WANT_SHAREDLIBS) CONFIGURE_ARGS+= --enable-shared .endif +.if defined(WANT_THREADS) +# ?is his an ObjC only thing? +CONFIGURE_ARGS+= --enable-threads=posix +.endif ALL_TARGET= bootstrap MAN1= cccp.1 eg++.1 eg77.1 egcc.1 diff --git a/lang/gcc45/Makefile b/lang/gcc45/Makefile index bb91c63459bd..cf5fb14e892e 100644 --- a/lang/gcc45/Makefile +++ b/lang/gcc45/Makefile @@ -4,7 +4,7 @@ # Date created: 9 Jan 1998 # Whom: John Polstra <jdp@polstra.com> # -# $Id: Makefile,v 1.57 1999/04/22 00:17:01 scrappy Exp $ +# $Id: Makefile,v 1.58 1999/05/18 18:15:33 obrien Exp $ # SNAPDATE= 1999-05-17 @@ -32,7 +32,7 @@ NO_CDROM= 'dated material' .include <bsd.port.pre.mk> -EGCS_REV= 2.93.22 +EGCS_REV= egcs-2.93.22 LIBSTDCPP_REV= 4 .if ${PORTOBJFORMAT} == "elf" @@ -50,6 +50,10 @@ CONFIGURE_ARGS= --with-gnu-as --with-gnu-ld \ .if defined(WANT_SHAREDLIBS) CONFIGURE_ARGS+= --enable-shared .endif +.if defined(WANT_THREADS) +# ?is his an ObjC only thing? +CONFIGURE_ARGS+= --enable-threads=posix +.endif ALL_TARGET= bootstrap MAN1= cccp.1 eg++.1 eg77.1 egcc.1 diff --git a/lang/gcc46/Makefile b/lang/gcc46/Makefile index bb91c63459bd..cf5fb14e892e 100644 --- a/lang/gcc46/Makefile +++ b/lang/gcc46/Makefile @@ -4,7 +4,7 @@ # Date created: 9 Jan 1998 # Whom: John Polstra <jdp@polstra.com> # -# $Id: Makefile,v 1.57 1999/04/22 00:17:01 scrappy Exp $ +# $Id: Makefile,v 1.58 1999/05/18 18:15:33 obrien Exp $ # SNAPDATE= 1999-05-17 @@ -32,7 +32,7 @@ NO_CDROM= 'dated material' .include <bsd.port.pre.mk> -EGCS_REV= 2.93.22 +EGCS_REV= egcs-2.93.22 LIBSTDCPP_REV= 4 .if ${PORTOBJFORMAT} == "elf" @@ -50,6 +50,10 @@ CONFIGURE_ARGS= --with-gnu-as --with-gnu-ld \ .if defined(WANT_SHAREDLIBS) CONFIGURE_ARGS+= --enable-shared .endif +.if defined(WANT_THREADS) +# ?is his an ObjC only thing? +CONFIGURE_ARGS+= --enable-threads=posix +.endif ALL_TARGET= bootstrap MAN1= cccp.1 eg++.1 eg77.1 egcc.1 diff --git a/lang/gcc47/Makefile b/lang/gcc47/Makefile index bb91c63459bd..cf5fb14e892e 100644 --- a/lang/gcc47/Makefile +++ b/lang/gcc47/Makefile @@ -4,7 +4,7 @@ # Date created: 9 Jan 1998 # Whom: John Polstra <jdp@polstra.com> # -# $Id: Makefile,v 1.57 1999/04/22 00:17:01 scrappy Exp $ +# $Id: Makefile,v 1.58 1999/05/18 18:15:33 obrien Exp $ # SNAPDATE= 1999-05-17 @@ -32,7 +32,7 @@ NO_CDROM= 'dated material' .include <bsd.port.pre.mk> -EGCS_REV= 2.93.22 +EGCS_REV= egcs-2.93.22 LIBSTDCPP_REV= 4 .if ${PORTOBJFORMAT} == "elf" @@ -50,6 +50,10 @@ CONFIGURE_ARGS= --with-gnu-as --with-gnu-ld \ .if defined(WANT_SHAREDLIBS) CONFIGURE_ARGS+= --enable-shared .endif +.if defined(WANT_THREADS) +# ?is his an ObjC only thing? +CONFIGURE_ARGS+= --enable-threads=posix +.endif ALL_TARGET= bootstrap MAN1= cccp.1 eg++.1 eg77.1 egcc.1 diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile index bb91c63459bd..cf5fb14e892e 100644 --- a/lang/gcc48/Makefile +++ b/lang/gcc48/Makefile @@ -4,7 +4,7 @@ # Date created: 9 Jan 1998 # Whom: John Polstra <jdp@polstra.com> # -# $Id: Makefile,v 1.57 1999/04/22 00:17:01 scrappy Exp $ +# $Id: Makefile,v 1.58 1999/05/18 18:15:33 obrien Exp $ # SNAPDATE= 1999-05-17 @@ -32,7 +32,7 @@ NO_CDROM= 'dated material' .include <bsd.port.pre.mk> -EGCS_REV= 2.93.22 +EGCS_REV= egcs-2.93.22 LIBSTDCPP_REV= 4 .if ${PORTOBJFORMAT} == "elf" @@ -50,6 +50,10 @@ CONFIGURE_ARGS= --with-gnu-as --with-gnu-ld \ .if defined(WANT_SHAREDLIBS) CONFIGURE_ARGS+= --enable-shared .endif +.if defined(WANT_THREADS) +# ?is his an ObjC only thing? +CONFIGURE_ARGS+= --enable-threads=posix +.endif ALL_TARGET= bootstrap MAN1= cccp.1 eg++.1 eg77.1 egcc.1 |