Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Apr 2003 08:01:31 -0700 (PDT)
From:      "David E. O'Brien" <obrien@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 30032 for review
Message-ID:  <200304291501.h3TF1VZ5089562@repoman.freebsd.org>

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

Change 30032 by obrien@obrien_trang on 2003/04/29 08:01:08

	Add -m32 to CFLAGS so we're affectively a 32-bit i386 toolchain.

Affected files ...

.. //depot/projects/hammer/sys/boot/common/Makefile.inc#4 edit

Differences ...

==== //depot/projects/hammer/sys/boot/common/Makefile.inc#4 (text+ko) ====

@@ -35,3 +35,6 @@
 
 MAN+=	loader.8
 
+.if ${MACHINE_ARCH} == "amd64"
+CFLAGS+= -m32
+.endif



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