Module Name:    src
Committed By:   joerg
Date:           Sun Dec 11 14:59:24 UTC 2011

Modified Files:
        src/sys/arch/i386/stand: Makefile.inc

Log Message:
Use new -mstack-alignment option to replace the removed internal option.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/i386/stand/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/i386/stand/Makefile.inc
diff -u src/sys/arch/i386/stand/Makefile.inc:1.8 src/sys/arch/i386/stand/Makefile.inc:1.9
--- src/sys/arch/i386/stand/Makefile.inc:1.8	Tue Oct 11 13:54:00 2011
+++ src/sys/arch/i386/stand/Makefile.inc	Sun Dec 11 14:59:24 2011
@@ -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.gcc=	-Os -ffreestanding -fomit-
 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

Reply via email to