summaryrefslogtreecommitdiff
path: root/lang/gcc32/Makefile
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>1998-01-23 17:49:47 +0000
committerJohn Polstra <jdp@FreeBSD.org>1998-01-23 17:49:47 +0000
commit67e588bd58e5a26b08ac0e2fa655611cf590834c (patch)
treebec64a3c17d5e5be187d82aea97fe744015a337d /lang/gcc32/Makefile
parentjapanization patch added (patchlevel 221 -> patchlevel 224) (diff)
Make "-fsjlj-exceptions" (use setjmp/longjmp for exceptions) the
default for FreeBSD. The standard exception implementation reliably dumps core under FreeBSD. Users can put "-fno-sjlj-exceptions" on the command line if they really want to override the new default. Configure with "--with-gnu-as" and "--with-gnu-ld". Define "__FreeBSD__" as 3.
Notes
Notes: svn path=/head/; revision=9420
Diffstat (limited to 'lang/gcc32/Makefile')
-rw-r--r--lang/gcc32/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc32/Makefile b/lang/gcc32/Makefile
index 335f43bc237b..8d432dde1bb0 100644
--- a/lang/gcc32/Makefile
+++ b/lang/gcc32/Makefile
@@ -3,7 +3,7 @@
# Date created: 9 Jan 1998
# Whom: John Polstra <jdp@polstra.com>
#
-# $Id: Makefile,v 1.2 1998/01/13 05:18:16 asami Exp $
+# $Id: Makefile,v 1.3 1998/01/14 07:24:54 obrien Exp $
#
DISTNAME= egcs-1.0.1
@@ -16,7 +16,7 @@ MAINTAINER= jdp@polstra.com
GNU_CONFIGURE= yes
USE_GMAKE= yes
-CONFIGURE_ARGS= i386-unknown-freebsd
+CONFIGURE_ARGS= --with-gnu-as --with-gnu-ld i386-unknown-freebsd
MAN1= cccp.1 g++.1 g77.1 gcc.1
FME=${PREFIX}