Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/stand Use new -mstack-alignment option to repl...
details: https://anonhg.NetBSD.org/src/rev/3c4b71e1a537
branches: trunk
changeset: 771954:3c4b71e1a537
user: joerg <joerg%NetBSD.org@localhost>
date: Sun Dec 11 14:59:24 2011 +0000
description:
Use new -mstack-alignment option to replace the removed internal option.
diffstat:
sys/arch/i386/stand/Makefile.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r e0343cd4594a -r 3c4b71e1a537 sys/arch/i386/stand/Makefile.inc
--- a/sys/arch/i386/stand/Makefile.inc Sun Dec 11 14:58:50 2011 +0000
+++ b/sys/arch/i386/stand/Makefile.inc Sun Dec 11 14:59:24 2011 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index