From owner-p4-projects Fri May 10 5:33:55 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id D935937B401; Fri, 10 May 2002 05:33:44 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5979E37B406 for ; Fri, 10 May 2002 05:33:43 -0700 (PDT) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ACXhs28799 for perforce@freebsd.org; Fri, 10 May 2002 05:33:43 -0700 (PDT) (envelope-from peter@freebsd.org) Date: Fri, 10 May 2002 05:33:43 -0700 (PDT) Message-Id: <200205101233.g4ACXhs28799@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to peter@freebsd.org using -f From: Peter Wemm Subject: PERFORCE change 11108 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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