projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27a0317
)
tests/tcg/xtensa: add linker.ld to CLEANFILES
author
Max Filippov
<jcmvbkbc@gmail.com>
Tue, 14 Mar 2023 21:52:19 +0000
(14:52 -0700)
committer
Max Filippov
<jcmvbkbc@gmail.com>
Wed, 15 Mar 2023 12:07:38 +0000
(
05:07
-0700)
Linker script for xtensa tests must be preprocessed for a specific
target, remove it as a part of make clean.
Fixes: be5cac175a ("tests/tcg/xtensa: enable system tests")
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Reviewed-by: Wilfred Mallawa <wilfred.mallawa@wdc.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
tests/tcg/xtensa/Makefile.softmmu-target
patch
|
blob
|
history
diff --git
a/tests/tcg/xtensa/Makefile.softmmu-target
b/tests/tcg/xtensa/Makefile.softmmu-target
index 973e55298ee42c9049ff99d47de9b6c0f0757247..948c0e6506bd7da52e625697582cbe058d9d7b1a 100644
(file)
--- a/
tests/tcg/xtensa/Makefile.softmmu-target
+++ b/
tests/tcg/xtensa/Makefile.softmmu-target
@@
-26,6
+26,7
@@
ASFLAGS = -Wa,--no-absolute-literals
LDFLAGS = -Tlinker.ld -nostartfiles -nostdlib
CRT = crt.o vectors.o
+CLEANFILES += linker.ld
linker.ld: linker.ld.S
$(CC) $(XTENSA_INC) -E -P $< -o $@