mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-06 13:09:50 +00:00
These two cases should be different...
Submitted by: nathanw@
This commit is contained in:
parent
f7ff90d7d2
commit
cf3b7dd35b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=215275
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user