PERFORCE change 31946 for review
Peter Wemm
peter at FreeBSD.org
Tue May 27 14:51:01 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=31946
Change 31946 by peter at peter_hammer on 2003/05/27 14:50:36
make this build for amd64 from this subdir
Affected files ...
.. //depot/projects/hammer/sys/boot/ficl/Makefile#3 edit
Differences ...
==== //depot/projects/hammer/sys/boot/ficl/Makefile#3 (text+ko) ====
@@ -1,5 +1,9 @@
# $FreeBSD: src/sys/boot/ficl/Makefile,v 1.32 2002/05/13 11:09:06 ru Exp $
#
+.if ${MACHINE_ARCH} == "amd64"
+.MAKEFLAGS: MACHINE_ARCH=i386 MACHINE=i386 REALLY_AMD64=true
+.endif
+
.PATH: ${.CURDIR}/${MACHINE_ARCH}
BASE_SRCS= dict.c ficl.c fileaccess.c float.c loader.c math64.c \
prefix.c search.c stack.c tools.c vm.c words.c
More information about the p4-projects
mailing list