Source-Changes-HG archive

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

[src/netbsd-1-6]: src/gnu/lib/libgcc Pull up revision 1.2 (requested by frede...



details:   https://anonhg.NetBSD.org/src/rev/f7bbea7fc8f8
branches:  netbsd-1-6
changeset: 528445:f7bbea7fc8f8
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu Jul 18 04:41:47 2002 +0000

description:
Pull up revision 1.2 (requested by fredette in ticket #516):
Now build profiled libraries on m68000.

diffstat:

 gnu/lib/libgcc/m68000.mk |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r 2a4efae83fad -r f7bbea7fc8f8 gnu/lib/libgcc/m68000.mk
--- a/gnu/lib/libgcc/m68000.mk  Thu Jul 18 04:29:27 2002 +0000
+++ b/gnu/lib/libgcc/m68000.mk  Thu Jul 18 04:41:47 2002 +0000
@@ -22,6 +22,8 @@
 CLEANFILES+=libgcc1.S
 ${G_LIB1ASMFUNCS:=.o}: libgcc1.S
        ${COMPILE.s} ${CPPFLAGS} -DL$* -o $@ ${>:M*.S}
+${G_LIB1ASMFUNCS:=.po}: libgcc1.S
+       ${COMPILE.s} ${CPPFLAGS} -DGPROF -DPROF -DL$* -o $@ ${>:M*.S}
 OBJS+=${G_LIB1ASMFUNCS:=.o}
 CLEANFILES+=${G_LIB1ASMFUNCS:=.o}
 



Home | Main Index | Thread Index | Old Index