Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Apr 2003 12:35:32 -0700 (PDT)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 29357 for review
Message-ID:  <200304211935.h3LJZWbg039335@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=29357

Change 29357 by jmallett@jmallett_dalek on 2003/04/21 12:35:11

	Drag in abi64.h, to get proper ABI support.  This makes
	varargs work, most notably.  Probably has some effect on
	passing doubles, too.

Affected files ...

.. //depot/projects/mips/gnu/usr.bin/cc/cc_tools/Makefile#3 edit

Differences ...

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

@@ -151,6 +151,9 @@
 .if ${TARGET_ARCH} == "i386" || ${TARGET_ARCH} == "x86_64"
 	echo '#include "${GCC_CPU}/att.h"'		>> ${.TARGET}
 .endif
+.if ${TARGET_ARCH} == "mips"
+	echo '#include "${GCC_CPU}/abi64.h"'		>> ${.TARGET}
+.endif
 .if ${TARGET_ARCH} != "alpha"
 	echo '#include "dbxelf.h"'			>> ${.TARGET}
 	echo '#include "elfos.h"'			>> ${.TARGET}



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