Commit ce7b9b49 authored by He Chuyue's avatar He Chuyue Committed by guzitao
Browse files

sw64: fix "unwind: target platform=sw_64 is not supported"

Sunway inclusion
category: bugfix
bugzilla: https://gitee.com/openeuler/kernel/issues/I6IL86



--------------------------------

Change the target names and file names to match the compile option
"-lunwind-sw_64".

Signed-off-by: default avatarHe Chuyue <hechuyue@wxiat.com>
Reviewed-by: default avatarHe Sheng <hesheng@wxiat.com>
Signed-off-by: default avatarGu Zitao <guzitao@wxiat.com>
parent 0e5670c0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ FILES= \
         test-libunwind-x86_64.bin              \
         test-libunwind-arm.bin                 \
         test-libunwind-aarch64.bin             \
         test-libunwind-sw64.bin                \
         test-libunwind-sw_64.bin               \
         test-libunwind-debug-frame-arm.bin     \
         test-libunwind-debug-frame-aarch64.bin \
         test-pthread-attr-setaffinity-np.bin   \
@@ -182,7 +182,7 @@ $(OUTPUT)test-libunwind-arm.bin:
$(OUTPUT)test-libunwind-aarch64.bin:
	$(BUILD) -lelf -lunwind-aarch64

$(OUTPUT)test-libunwind-sw64.bin:
$(OUTPUT)test-libunwind-sw_64.bin:
	$(BUILD) -lelf -lunwind-sw_64

$(OUTPUT)test-libunwind-debug-frame-arm.bin: