Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 May 2003 01:02:39 -0700 (PDT)
From:      "David E. O'Brien" <obrien@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 31511 for review
Message-ID:  <200305200802.h4K82dbP088200@repoman.freebsd.org>

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

Change 31511 by obrien@obrien_trang on 2003/05/20 01:02:36

	These should be explicitly defined as 1, per GCC coding rules
	(which I sometimes depend on).

Affected files ...

.. //depot/projects/hammer/contrib/gcc/config/i386/biarch64.h#2 edit

Differences ...

==== //depot/projects/hammer/contrib/gcc/config/i386/biarch64.h#2 (text+ko) ====

@@ -21,5 +21,5 @@
 the Free Software Foundation, 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.  */
 
-#define TARGET_64BIT_DEFAULT
-#define TARGET_BI_ARCH
+#define TARGET_64BIT_DEFAULT	1
+#define TARGET_BI_ARCH		1



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