GCC 3.1 on PowerPC also has the crtsavres C Run Time file.

This commit is contained in:
obrien 2002-05-17 03:04:47 +00:00
parent 0e6872a9ec
commit ff2300d7aa

View File

@ -17,6 +17,11 @@ CFLAGS+= -I${GCCDIR}/config -I${GCCDIR} -I. \
CRTS_CFLAGS= -DCRTSTUFFS_O ${PICFLAG}
MKDEPCMD= CC="${CC}" MKDEP_CPP_OPTS="-M -DCRT_BEGIN" mkdep
.if ${TARGET_ARCH} == "powerpc"
.PATH: ${GCCDIR}/config/${GCC_CPU}
TGTOBJS= crtsavres.o
SRCS+= crtsavres.asm
.endif
.if ${TARGET_ARCH} == "sparc64"
.PATH: ${GCCDIR}/config/${GCC_CPU}
TGTOBJS= crtfastmath.o