These two cases should be different...

Submitted by:	nathanw@
This commit is contained in:
Warner Losh 2010-11-14 01:50:40 +00:00
parent f7ff90d7d2
commit cf3b7dd35b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=215275

View File

@ -140,13 +140,13 @@ LIB1ASMFUNCS = __divxf3 __divdf3 __divsf3 \
LIB2ADDEH = unwind-ia64.c unwind-sjlj.c unwind-c.c
.endif
.if ${TARGET_CPUARCH} == "powerpc"
.if ${TARGET_ARCH} == "powerpc"
# from config/rs6000/t-ppccomm
LIB2FUNCS_EXTRA = tramp.asm
LIB2FUNCS_STATIC_EXTRA = eabi.asm
.endif
.if ${TARGET_CPUARCH} == "powerpc64"
.if ${TARGET_ARCH} == "powerpc64"
# from config/rs6000/t-ppccomm
LIB2FUNCS_EXTRA = tramp.asm
.endif