PERFORCE change 108533 for review

Marcel Moolenaar marcel at FreeBSD.org
Thu Oct 26 22:14:25 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=108533

Change 108533 by marcel at 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


More information about the p4-projects mailing list