add _fixunsdfsi.o and _fixunsdfsi.o when MACHINE_ARCH= sh3 or arm26

This commit is contained in:
msaitoh 2000-08-17 00:28:07 +00:00
parent 7369c6d979
commit e2509d0d3e

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.10 2000/03/05 05:41:04 shin Exp $ # $NetBSD: Makefile,v 1.11 2000/08/17 00:28:07 msaitoh Exp $
HAVE_GCC28!= ${CXX} --version | egrep "^(2\.8|egcs)" ; echo HAVE_GCC28!= ${CXX} --version | egrep "^(2\.8|egcs)" ; echo
@ -25,6 +25,9 @@ LIB2OBJS= __gcc_bcmp.o _varargs.o __dummy.o _eprintf.o _bb.o _shtab.o \
(${MACHINE_ARCH} == "sparc64") (${MACHINE_ARCH} == "sparc64")
LIB2OBJS+= _fixxfdi.o _fixunsxfdi.o _floatdixf.o _fixunsxfsi.o LIB2OBJS+= _fixxfdi.o _fixunsxfdi.o _floatdixf.o _fixunsxfsi.o
.endif .endif
.if (${MACHINE_ARCH} == "sh3") || (${MACHINE_ARCH} == "arm26")
LIB2OBJS+= _fixunsdfsi.o _fixunsdfsi.o
.endif
OBJS+= ${LIB2OBJS} OBJS+= ${LIB2OBJS}
# Extra code to include in libgcc2 for C++ support. # Extra code to include in libgcc2 for C++ support.