Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 May 2002 05:33:43 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 11108 for review
Message-ID:  <200205101233.g4ACXhs28799@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=11108

Change 11108 by peter@peter_ia64 on 2002/05/10 05:33:26

	Let gcc use the per-arch settings for sjlj.  For ia64, this
	forced override breaks the build.  All our platforms still
	have it off by default though.. but ia64 breaks if we explicitly
	force it.

Affected files ...

... //depot/projects/ia64/gnu/usr.bin/cc/cc_tools/Makefile#7 edit

Differences ...

==== //depot/projects/ia64/gnu/usr.bin/cc/cc_tools/Makefile#7 (text+ko) ====

@@ -167,7 +167,9 @@
 	echo '#ifndef POSIX'				>> ${.TARGET}
 	echo '# define POSIX'				>> ${.TARGET}
 	echo '#endif'					>> ${.TARGET}
+.if ${TARGET_ARCH} != "ia64"
 	echo '#define CONFIG_SJLJ_EXCEPTIONS 0'		>> ${.TARGET}
+.endif
 
 tm_p.h:
 	echo '#include "${GCC_CPU}/${GCC_CPU}-protos.h"'	>> ${.TARGET}

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205101233.g4ACXhs28799>