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

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

Change 11119 by peter@peter_ia64 on 2002/05/10 08:16:32

	Set gas/gld mode.  Otherwise gcc generates a dumbed-down syntax for
	the Intel assembler, and happens to do silly things like declare externs
	for builtin functions referenced in headers.  (__builtin_expect,
	__builtin_stdarg_start, __swbuf, etc)

Affected files ...

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

Differences ...

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

@@ -142,6 +142,7 @@
 	echo 'union tree_node;'				>> ${.TARGET}
 	echo 'typedef union tree_node *tree;'		>> ${.TARGET}
 	echo ''						>> ${.TARGET}
+	echo '#define TARGET_CPU_DEFAULT (MASK_GNU_AS|MASK_GNU_LD)' >> ${.TARGET}
 	echo '#include "ansidecl.h"'			>> ${.TARGET}
 	echo '#include "${GCC_CPU}/${GCC_CPU}.h"'	>> ${.TARGET}
 .if ${TARGET_ARCH} == "i386"

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?200205101517.g4AFHXB06776>