Still more objects needs on PowerPC.
This commit is contained in:
parent
de584a5245
commit
d658d39cd3
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.10 1998/05/06 10:06:59 mycroft Exp $
|
||||
# $NetBSD: Makefile,v 1.11 1998/05/06 10:55:11 mycroft Exp $
|
||||
|
||||
.PATH: ${.CURDIR}/../../../dist/gcc/cp ${.CURDIR}/../../../dist/gcc/cp/inc
|
||||
LIB= gcc
|
||||
@ -42,7 +42,7 @@ INCSDIR= /usr/include/g++
|
||||
.if (${MACHINE_ARCH} == "m68k") || (${MACHINE_ARCH} == "i386")
|
||||
LIB2OBJS+=_fixxfdi.o _fixunsxfdi.o _floatdixf.o _fixunsxfsi.o
|
||||
.elif (${MACHINE_ARCH} == "powerpc")
|
||||
LIB2OBJS+=_udivdi3.o _umoddi3.o
|
||||
LIB2OBJS+=_divdi3.o _moddi3.o _udivdi3.o _umoddi3.o
|
||||
.endif
|
||||
|
||||
OBJS= ${LIB1OBJS} ${LIB2OBJS}
|
||||
|
Loading…
Reference in New Issue
Block a user