summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2002-04-24 02:50:36 +0000
committerjake <jake@FreeBSD.org>2002-04-24 02:50:36 +0000
commit628ea2a252f4f4d654936788a3388758a87b2678 (patch)
tree6fde62ef5a588bc8bcdee52732aa0f22d7ab14d8 /sys/boot
parent3473cf4ec18d9caa2a7167a6fb9444ae26881641 (diff)
downloadFreeBSD-src-628ea2a252f4f4d654936788a3388758a87b2678.zip
FreeBSD-src-628ea2a252f4f4d654936788a3388758a87b2678.tar.gz
Add -Wno-unused.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/sparc64/boot1/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/sparc64/boot1/Makefile b/sys/boot/sparc64/boot1/Makefile
index a77f54e..af073a2 100644
--- a/sys/boot/sparc64/boot1/Makefile
+++ b/sys/boot/sparc64/boot1/Makefile
@@ -9,7 +9,7 @@ BINMODE= 444
BOOTBLOCKBASE= 0x4000
-CFLAGS= -W -Wall -I../../ -I../../common/ -Os -ffreestanding -mno-app-regs \
+CFLAGS= -W -Wall -Wno-unused -I../../ -I../../common/ -Os -ffreestanding \
-mcmodel=medlow
boot1.elf: _start.o boot1.o
OpenPOWER on IntegriCloud