From 17aec9648900d65e6dc437b556bfd7a2789ad9b9 Mon Sep 17 00:00:00 2001 From: obrien Date: Fri, 17 May 2002 04:18:33 +0000 Subject: Post rev 1.39, the PowerPC specific additions to OBJS was getting lost. --- gnu/lib/libgcc/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gnu/lib/libgcc') diff --git a/gnu/lib/libgcc/Makefile b/gnu/lib/libgcc/Makefile index f84deeb..14cf2b5 100644 --- a/gnu/lib/libgcc/Makefile +++ b/gnu/lib/libgcc/Makefile @@ -44,6 +44,8 @@ CFLAGS+= -I${.CURDIR}/../../usr.bin/cc/cc_tools \ -I${GCCDIR}/config -I${GCCDIR} -I. LDFLAGS= -nostdlib +OBJS= # added to below in various ways depending on TARGET_ARCH + #--------------------------------------------------------------------------- # # When upgrading GCC, get the following defintions straight from Makefile.in @@ -176,10 +178,10 @@ SYMS+= ${FPBIT_FUNCS} ${DPBIT_FUNCS} .endif SYMS_ST= ${LIB2FUNCS_ST} \ ${LIB2ADD_ST} +OBJS+= ${SYMS:S/$/.o/} OBJS_T= ${SYMS:S/$/.o/} ${SYMS_ST:S/$/.o/} OBJS_P= ${SYMS:S/$/.po/} ${SYMS_ST:S/$/.po/} OBJS_S= ${SYMS:S/$/.So/} -OBJS= ${SYMS:S/$/.o/} STATICOBJS= ${SYMS_ST:S/$/.o/} SRCS= ${LIB2ADD} ${LIB2ADDEH} -- cgit v1.1