Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 May 2003 14:50:58 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 31946 for review
Message-ID:  <200305272150.h4RLowtW052276@repoman.freebsd.org>

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

Change 31946 by peter@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



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