Build long double support for i386 as well.

This commit is contained in:
mycroft 1995-12-21 05:36:19 +00:00
parent 52b61da0eb
commit e5a13ab82f
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1.1.1 1995/12/01 17:59:58 phil Exp $
# $NetBSD: Makefile,v 1.2 1995/12/21 05:36:19 mycroft Exp $
LIB= gcc
NOPROFILE=
@ -25,8 +25,8 @@ LIB2OBJS+=__gcc_bcmp.o _varargs.o _eprintf.o _op_new.o _new_handler.o \
_op_delete.o _bb.o _shtab.o _clear_cache.o _trampoline.o __main.o \
_exit.o _ctors.o _op_vdel.o _op_vnew.o _pure.o
.if (${MACHINE_ARCH} == "m68k")
LIB2OBJS+=_fixxfdi.o _fixunsxfdi.o _floatdixf.o
.if (${MACHINE_ARCH} == "m68k") || (${MACHINE_ARCH} == "i386")
LIB2OBJS+=_fixxfdi.o _fixunsxfdi.o _floatdixf.o _fixunsxfsi.o
.endif
OBJS= ${LIB1OBJS} ${LIB2OBJS}