Date: Thu, 26 Oct 2006 22:14:24 GMT From: Marcel Moolenaar <marcel@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 108533 for review Message-ID: <200610262214.k9QMEOqm043184@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=108533 Change 108533 by marcel@marcel_cluster on 2006/10/26 22:13:32 Build EFI library on amd64 and i386 as well. Affected files ... .. //depot/projects/ia64/sys/boot/Makefile#20 edit .. //depot/projects/ia64/sys/boot/efi/libefi/Makefile#13 edit Differences ... ==== //depot/projects/ia64/sys/boot/Makefile#20 (text+ko) ==== @@ -8,7 +8,7 @@ .endif # Build EFI library. -.if ${MACHINE_ARCH} == "ia64" +.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "ia64" SUBDIR+= efi .endif ==== //depot/projects/ia64/sys/boot/efi/libefi/Makefile#13 (text+ko) ==== @@ -6,7 +6,7 @@ SRCS= delay.c efi_console.c efifs.c efinet.c libefi.c module.c time.c CFLAGS+= -I${.CURDIR}/../include -CFLAGS+= -I${.CURDIR}/../include/${MACHINE_ARCH} +CFLAGS+= -I${.CURDIR}/../include/${MACHINE_ARCH:S/amd64/i386/} CFLAGS+= -I${.CURDIR}/../../../../lib/libstand # Pick up the bootstrap header for some interface items
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610262214.k9QMEOqm043184>