need the extra objs on sparc64 (at least, that is what a cross compiler did for libgcc)

This commit is contained in:
mrg 1998-11-23 09:22:22 +00:00
parent f1580cbe73
commit 80cc7163d4

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 1998/09/27 18:48:10 christos Exp $
# $NetBSD: Makefile,v 1.5 1998/11/23 09:22:22 mrg Exp $
HAVE_GCC28!= ${CXX} --version | egrep "^(2\.8|egcs)" ; echo
@ -15,7 +15,8 @@ CPPFLAGS+= -I${ARCH}/${MACHINE_ARCH} -I${ARCH} \
LIB2OBJS= __gcc_bcmp.o _varargs.o __dummy.o _eprintf.o _bb.o _shtab.o \
_clear_cache.o _trampoline.o __main.o _exit.o _ctors.o \
_pure.o
.if (${MACHINE_ARCH} == "m68k") || (${MACHINE_ARCH} == "i386")
.if (${MACHINE_ARCH} == "m68k") || (${MACHINE_ARCH} == "i386" || \
${MACHINE_ARCH} == "sparc64")
LIB2OBJS+= _fixxfdi.o _fixunsxfdi.o _floatdixf.o _fixunsxfsi.o
.endif
OBJS+= ${LIB2OBJS}