Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/lib/libgcc3 Remove ${CPICFLAGS} from .o rules
details: https://anonhg.NetBSD.org/src/rev/07d3ecc8c202
branches: trunk
changeset: 559706:07d3ecc8c202
user: skrll <skrll%NetBSD.org@localhost>
date: Mon Mar 22 17:02:57 2004 +0000
description:
Remove ${CPICFLAGS} from .o rules
diffstat:
gnu/lib/libgcc3/Makefile.inc | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r 01072c9e3897 -r 07d3ecc8c202 gnu/lib/libgcc3/Makefile.inc
--- a/gnu/lib/libgcc3/Makefile.inc Mon Mar 22 16:42:06 2004 +0000
+++ b/gnu/lib/libgcc3/Makefile.inc Mon Mar 22 17:02:57 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.3 2004/03/17 09:02:06 scw Exp $
+# $NetBSD: Makefile.inc,v 1.4 2004/03/22 17:02:57 skrll Exp $
.if exists(${.CURDIR}/arch/${MACHINE_ARCH}.mk) && ${MKGCC} != "no"
.include "${.CURDIR}/arch/${MACHINE_ARCH}.mk"
@@ -74,11 +74,11 @@
${LIB2_EH:.c=.o}:
${_MKTARGET_COMPILE}
- ${COMPILE.c} ${CPICFLAGS} -fexceptions -o ${.TARGET} ${.IMPSRC}
+ ${COMPILE.c} -fexceptions -o ${.TARGET} ${.IMPSRC}
${G_LIB2_DIVMOD_FUNCS:=.o}:
${_MKTARGET_COMPILE}
- ${COMPILE.c} ${CPICFLAGS} -fexceptions -fnon-call-exceptions -o ${.TARGET} ${.IMPSRC}
+ ${COMPILE.c} -fexceptions -fnon-call-exceptions -o ${.TARGET} ${.IMPSRC}
dp-bit.c: ${.CURDIR}/Makefile
${_MKTARGET_CREATE}
Home |
Main Index |
Thread Index |
Old Index