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 Remove some manual size tuning that no l...



details:   https://anonhg.NetBSD.org/src/rev/96a3596273c5
branches:  trunk
changeset: 820640:96a3596273c5
user:      joerg <joerg%NetBSD.org@localhost>
date:      Thu Jan 12 22:16:29 2017 +0000

description:
Remove some manual size tuning that no longer seems to be needed.

diffstat:

 sys/arch/i386/stand/Makefile.inc |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r b77aa6b18ad9 -r 96a3596273c5 sys/arch/i386/stand/Makefile.inc
--- a/sys/arch/i386/stand/Makefile.inc  Thu Jan 12 21:35:53 2017 +0000
+++ b/sys/arch/i386/stand/Makefile.inc  Thu Jan 12 22:16:29 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.12 2014/05/01 18:37:26 dsl Exp $
+#      $NetBSD: Makefile.inc,v 1.13 2017/01/12 22:16:29 joerg Exp $
 
 .include <bsd.own.mk>
 
@@ -9,5 +9,4 @@
 OPT_SIZE.clang=        -Oz -ffreestanding -fomit-frame-pointer -DNDEBUG \
                -fno-stack-protector -mno-sse \
                -mstack-alignment=4 \
-               -mllvm -inline-threshold=3 -mllvm -enable-load-pre=false \
                -fno-unwind-tables



Home | Main Index | Thread Index | Old Index