Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch Revert previous, we'll need something better (and c...



details:   https://anonhg.NetBSD.org/src/rev/ddebc81f633a
branches:  trunk
changeset: 830042:ddebc81f633a
user:      maxv <maxv%NetBSD.org@localhost>
date:      Fri Feb 23 14:16:52 2018 +0000

description:
Revert previous, we'll need something better (and compatible with Clang).

diffstat:

 sys/arch/amd64/conf/Makefile.amd64 |  4 ++--
 sys/arch/i386/conf/Makefile.i386   |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r a2e7a5144906 -r ddebc81f633a sys/arch/amd64/conf/Makefile.amd64
--- a/sys/arch/amd64/conf/Makefile.amd64        Fri Feb 23 09:57:20 2018 +0000
+++ b/sys/arch/amd64/conf/Makefile.amd64        Fri Feb 23 14:16:52 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.amd64,v 1.65 2018/02/23 09:00:56 maxv Exp $
+#      $NetBSD: Makefile.amd64,v 1.66 2018/02/23 14:16:52 maxv Exp $
 
 # Makefile for NetBSD
 #
@@ -35,7 +35,7 @@
 ##
 DEFCOPTS=      -O2 -fno-omit-frame-pointer
 CPPFLAGS+=     -Damd64 -Dx86_64
-CFLAGS+=       -mcmodel=kernel -fno-shrink-wrap
+CFLAGS+=       -mcmodel=kernel
 # -mno-sse implies -mno-sse2 (etc), explicitly disable avx to be extra sure
 CFLAGS+=       -mno-red-zone -mno-mmx -mno-sse -mno-avx
 # make absolutely sure we don't get x87 registers used as well
diff -r a2e7a5144906 -r ddebc81f633a sys/arch/i386/conf/Makefile.i386
--- a/sys/arch/i386/conf/Makefile.i386  Fri Feb 23 09:57:20 2018 +0000
+++ b/sys/arch/i386/conf/Makefile.i386  Fri Feb 23 14:16:52 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.i386,v 1.188 2018/02/23 09:00:55 maxv Exp $
+#      $NetBSD: Makefile.i386,v 1.189 2018/02/23 14:16:52 maxv Exp $
 
 # Makefile for NetBSD
 #
@@ -35,7 +35,7 @@
 ##
 DEFCOPTS=      -O2 -fno-omit-frame-pointer
 CPPFLAGS+=     -Di386
-CFLAGS+=       -msoft-float -fno-shrink-wrap
+CFLAGS+=       -msoft-float
 ## no-sse implies no-sse2 but not no-avx
 CFLAGS+=       -mno-mmx -mno-sse -mno-avx
 



Home | Main Index | Thread Index | Old Index