Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mips/conf No need to pass -mno-half-pic; NetBSD's c...
details: https://anonhg.NetBSD.org/src/rev/96787774e3fb
branches: trunk
changeset: 539140:96787774e3fb
user: thorpej <thorpej%NetBSD.org@localhost>
date: Sat Nov 09 07:31:08 2002 +0000
description:
No need to pass -mno-half-pic; NetBSD's compiler does not generate
half-pic references.
diffstat:
sys/arch/mips/conf/Makefile.mips | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 4163b83d27df -r 96787774e3fb sys/arch/mips/conf/Makefile.mips
--- a/sys/arch/mips/conf/Makefile.mips Sat Nov 09 06:58:37 2002 +0000
+++ b/sys/arch/mips/conf/Makefile.mips Sat Nov 09 07:31:08 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.mips,v 1.27 2002/06/04 21:39:11 thorpej Exp $
+# $NetBSD: Makefile.mips,v 1.28 2002/11/09 07:31:08 thorpej Exp $
# Makefile for NetBSD
#
@@ -58,7 +58,7 @@
CPPFLAGS+= -D${MACHINE}
DEFGP?= -G 0
GP?= ${DEFGP}
-CFLAGS+= ${ENDIAN} ${GP} -mno-abicalls -mno-half-pic
+CFLAGS+= ${ENDIAN} ${GP} -mno-abicalls
.if defined(HAVE_GCC3)
AFLAGS+= ${ENDIAN} -x assembler-with-cpp
.else
Home |
Main Index |
Thread Index |
Old Index