[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v6 19/19] build: Add update-linux-vdso makefile rule
|
From: |
Philippe Mathieu-Daudé |
|
Subject: |
Re: [PATCH v6 19/19] build: Add update-linux-vdso makefile rule |
|
Date: |
Tue, 3 Oct 2023 15:02:01 +0200 |
|
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.15.1 |
On 30/9/23 04:15, Richard Henderson wrote:
This is not ideal, since it requires all cross-compilers
to be present rather than a simple subset. But since it
is only run manually, should be good enough for now.
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
Makefile | 10 ++++++++++
1 file changed, 10 insertions(+)
@@ -303,6 +310,9 @@ endif
$(call print-help,distclean,Remove all generated files)
$(call print-help,dist,Build a distributable tarball)
@echo ''
+ @echo 'Linux-user targets:'
+ $(call print-help,update-linux-vdso,Build linux-user vdso images)
Maybe amend '(require all cross-compilers to be present)'? Otherwise,
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
+ @echo ''
@echo 'Test targets:'
$(call print-help,check,Run all tests (check-help for details))
$(call print-help,bench,Run all benchmarks)
| [Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [PATCH v6 19/19] build: Add update-linux-vdso makefile rule,
Philippe Mathieu-Daudé <=