Module Name:    src
Committed By:   joerg
Date:           Thu Jan 12 22:16:29 UTC 2017

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 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.12 src/sys/arch/i386/stand/Makefile.inc:1.13
--- src/sys/arch/i386/stand/Makefile.inc:1.12	Thu May  1 18:37:26 2014
+++ src/sys/arch/i386/stand/Makefile.inc	Thu Jan 12 22:16:29 2017
@@ -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.gcc=	-Os -ffreestanding -fomit-
 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

Reply via email to