Sun Dec 11 14:59:24 2011 UTC ()
Use new -mstack-alignment option to replace the removed internal option.


(joerg)
diff -r1.8 -r1.9 src/sys/arch/i386/stand/Makefile.inc

cvs diff -r1.8 -r1.9 src/sys/arch/i386/stand/Makefile.inc (expand / switch to context diff)
--- src/sys/arch/i386/stand/Makefile.inc 2011/10/11 13:54:00 1.8
+++ src/sys/arch/i386/stand/Makefile.inc 2011/12/11 14:59:24 1.9
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.8 2011/10/11 13:54:00 joerg Exp $
+#	$NetBSD: Makefile.inc,v 1.9 2011/12/11 14:59:24 joerg Exp $
 
 .include <bsd.own.mk>
 
@@ -8,5 +8,5 @@
 OPT_SIZE.clang=	-Oz -ffreestanding -fomit-frame-pointer -DNDEBUG \
 		-fno-stack-protector -mno-sse \
 		-mllvm -enable-iv-rewrite=true \
-		-mllvm -stack-alignment=4 -mllvm -realign-stack=false \
+		-mstack-alignment=4 \
 		-mllvm -inline-threshold=3 -mllvm -enable-load-pre=false