summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2013-12-26 22:31:47 +0000
committerdim <dim@FreeBSD.org>2013-12-26 22:31:47 +0000
commit0ceb9901aaca9d709e50cd7a6af691aae826e3c5 (patch)
tree21412faac45cb24cb28cf5e214c8218944378822 /sys/boot
parentafce7b331e6e694ea17c0e039a4d237537d9ac5e (diff)
downloadFreeBSD-src-0ceb9901aaca9d709e50cd7a6af691aae826e3c5.zip
FreeBSD-src-0ceb9901aaca9d709e50cd7a6af691aae826e3c5.tar.gz
Fix pc98 build, by also forcing COMPILER_TYPE in sys/boot/pc98/boot2's
Makefile. Pointy hat to: dim MFC after: 3 days X-MFC-With: r259730
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/pc98/boot2/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/pc98/boot2/Makefile b/sys/boot/pc98/boot2/Makefile
index 00a28de..2b3e2c9 100644
--- a/sys/boot/pc98/boot2/Makefile
+++ b/sys/boot/pc98/boot2/Makefile
@@ -4,6 +4,7 @@
# XXX: clang can compile the boot code just fine, but boot2 gets too big
CC:= gcc
+COMPILER_TYPE:= gcc
FILES= boot boot1 boot2
OpenPOWER on IntegriCloud