Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x86_64/conf Re-add -mcmodel=large .. we'll just hav...



details:   https://anonhg.NetBSD.org/src/rev/4f6a268139fc
branches:  trunk
changeset: 521064:4f6a268139fc
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Jan 22 18:57:39 2002 +0000

description:
Re-add -mcmodel=large .. we'll just have to use a patched gcc
for now.

diffstat:

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

diffs (18 lines):

diff -r 7db5bf87f666 -r 4f6a268139fc sys/arch/x86_64/conf/Makefile.x86_64
--- a/sys/arch/x86_64/conf/Makefile.x86_64      Tue Jan 22 18:53:02 2002 +0000
+++ b/sys/arch/x86_64/conf/Makefile.x86_64      Tue Jan 22 18:57:39 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.x86_64,v 1.6 2001/12/29 02:24:06 thorpej Exp $
+#      $NetBSD: Makefile.x86_64,v 1.7 2002/01/22 18:57:39 thorpej Exp $
 
 # Makefile for NetBSD
 #
@@ -32,7 +32,7 @@
 ## (2) compile settings
 ##
 CPPFLAGS+=     -Dx86_64
-#CFLAGS+=      -mcmodel=large
+CFLAGS+=       -mcmodel=large
 CFLAGS+=       -mno-red-zone
 AFLAGS+=       -x assembler-with-cpp -traditional-cpp
 



Home | Main Index | Thread Index | Old Index