mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-03 12:35:02 +00:00
rename ARM's libunwind.S to to avoid conflict with llvm libunwind
llvm libunwind includes a libunwind.cpp, but on ARM libunwind.S is found first in .PATH. Rename the latter one, since it is not going to be updated again. Reviewed by: andrew MFC after: 3 days Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D7162
This commit is contained in:
parent
06b418173f
commit
ea3dc21b32
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=303396
@ -99,7 +99,7 @@ STATIC_CXXFLAGS+= -fvisibility=hidden -fPIC
|
||||
.else # MK_LLVM_LIBUNWIND
|
||||
|
||||
.if ${TARGET_CPUARCH} == "arm"
|
||||
LIB2ADDEH = unwind-arm.c libunwind.S pr-support.c unwind-c.c
|
||||
LIB2ADDEH = unwind-arm.c libunwind-arm.S pr-support.c unwind-c.c
|
||||
.else
|
||||
LIB2ADDEH = unwind-dw2.c unwind-dw2-fde-glibc.c unwind-sjlj.c gthr-gnat.c \
|
||||
unwind-c.c
|
||||
|
Loading…
Reference in New Issue
Block a user