Commit 6309a08
committed
Pre-generate files in build-only components
This is needed for cross-compilation because some scripts to generate
generated files compile and execute a C program, and our scripts aren't set
up to use a different compiler than the one we cross-compile with.
Do this for all build components. It's not ideal but not harmful, and it's
easier than figuring out exactly which build components are problematic.
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>1 parent ff82db6 commit 6309a08
1 file changed
+8
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
944 | 944 | | |
945 | 945 | | |
946 | 946 | | |
| 947 | + | |
| 948 | + | |
| 949 | + | |
| 950 | + | |
| 951 | + | |
| 952 | + | |
| 953 | + | |
947 | 954 | | |
948 | | - | |
949 | | - | |
950 | 955 | | |
951 | 956 | | |
952 | 957 | | |
953 | 958 | | |
954 | 959 | | |
955 | 960 | | |
956 | | - | |
| 961 | + | |
957 | 962 | | |
958 | 963 | | |
959 | 964 | | |
| |||
0 commit comments