From b7961fe9e9470878069f9b08aef7e0fafad76ca0 Mon Sep 17 00:00:00 2001 From: Dale Rahn Date: Thu, 5 Apr 2007 23:41:21 +0000 Subject: Allow usb microcode to be built in a cross environment. System endian has been factored out of the result binaries already. Still need to address non usb. ok deraadt. --- sys/dev/microcode/fxp/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/dev/microcode/fxp/Makefile') diff --git a/sys/dev/microcode/fxp/Makefile b/sys/dev/microcode/fxp/Makefile index c0376becfa5..f9ecb944955 100644 --- a/sys/dev/microcode/fxp/Makefile +++ b/sys/dev/microcode/fxp/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 2005/06/16 08:23:49 markus Exp $ +# $OpenBSD: Makefile,v 1.5 2007/04/05 23:41:20 drahn Exp $ NOPROG= NOMAN= +CC=${HOSTCC} # PCI capable systems only .if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \ -- cgit v1.2.3