Source-Changes-HG archive

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

[src/trunk]: src/gnu/lib/libgcc we need a .c file to build _eh.{o, so, po} from...



details:   https://anonhg.NetBSD.org/src/rev/24936de98be0
branches:  trunk
changeset: 519160:24936de98be0
user:      lukem <lukem%NetBSD.org@localhost>
date:      Wed Dec 12 09:30:55 2001 +0000

description:
we need a .c file to build _eh.{o,so,po} from, so add libgcc2.c back
in as a source for the rules.

diffstat:

 gnu/lib/libgcc/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (26 lines):

diff -r 68cd1ec55cc9 -r 24936de98be0 gnu/lib/libgcc/Makefile
--- a/gnu/lib/libgcc/Makefile   Wed Dec 12 08:58:45 2001 +0000
+++ b/gnu/lib/libgcc/Makefile   Wed Dec 12 09:30:55 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.33 2001/12/12 08:58:45 lukem Exp $
+#      $NetBSD: Makefile,v 1.34 2001/12/12 09:30:55 lukem Exp $
 
 REQUIRETOOLS=  yes
 
@@ -38,13 +38,13 @@
 ${LIB2FUNCS}: ${.CURDIR}/Makefile
        printf '#define L${.PREFIX}\n#include <libgcc2.c>\n' >${.TARGET}
 
-${G_LIB2FUNCS_EH:=.o}:
+${G_LIB2FUNCS_EH:=.o}: libgcc2.c
        ${COMPILE.c} -fexceptions -o $@ ${>:M*.c}
 
-${G_LIB2FUNCS_EH:=.po}:
+${G_LIB2FUNCS_EH:=.po}: libgcc2.c
        ${COMPILE.c} -pg -fexceptions -o $@ ${>:M*.c}
 
-${G_LIB2FUNCS_EH:=.so}:
+${G_LIB2FUNCS_EH:=.so}: libgcc2.c
        ${COMPILE.c} ${CPICFLAGS} -fexceptions -o $@ ${>:M*.c}
 
 ${CXX_LIB2FUNCS}: ${.CURDIR}/Makefile



Home | Main Index | Thread Index | Old Index