summaryrefslogtreecommitdiffstats
path: root/sys/boot/usb/Makefile.test
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/usb/Makefile.test')
-rw-r--r--sys/boot/usb/Makefile.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/usb/Makefile.test b/sys/boot/usb/Makefile.test
index b7139e7..7c6a66d1 100644
--- a/sys/boot/usb/Makefile.test
+++ b/sys/boot/usb/Makefile.test
@@ -40,7 +40,7 @@ CFLAGS+= -g
.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"
CFLAGS+= -march=i386
-CFLAGS+= -mpreferred-stack-boundary=2
+CFLAGS.gcc+= -mpreferred-stack-boundary=2
.endif
.if ${MACHINE_CPUARCH} == "amd64"
CFLAGS+= -m32
OpenPOWER on IntegriCloud