diff options
author | 2007-04-05 23:41:20 +0000 | |
---|---|---|
committer | 2007-04-05 23:41:20 +0000 | |
commit | 1bf3fce5379ff79f8d276f1fd919c71f0e1c05fc (patch) | |
tree | 8cd0d33edc69100f5ba99f1c5ce86b72e1f7e155 /sys/dev/microcode/tigon | |
parent | regen (diff) | |
download | wireguard-openbsd-1bf3fce5379ff79f8d276f1fd919c71f0e1c05fc.tar.xz wireguard-openbsd-1bf3fce5379ff79f8d276f1fd919c71f0e1c05fc.zip |
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.
Diffstat (limited to 'sys/dev/microcode/tigon')
-rw-r--r-- | sys/dev/microcode/tigon/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/microcode/tigon/Makefile b/sys/dev/microcode/tigon/Makefile index db9ed7f9e17..1c3d3692697 100644 --- a/sys/dev/microcode/tigon/Makefile +++ b/sys/dev/microcode/tigon/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") || \ |