Commit 8d5b98e
committed
Create a custom config for LLVM libc
Since LLVM libc lacks an AArch64 config, LIBC_CONFIG_PATH is set to
the arm subdirectory to force it to use the existing AArch32 config.
However, this has the side effect of never loading the generic
baremetal config.json file, which is instead in the parent directory.
In order to combine the entrypoints in the arm config with the
values set in the generic baremetal config, this patch copies both
to the same location to be used in the build.1 parent 7d96754 commit 8d5b98e
1 file changed
+14
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
392 | 392 | | |
393 | 393 | | |
394 | 394 | | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
395 | 408 | | |
396 | 409 | | |
397 | 410 | | |
| |||
911 | 924 | | |
912 | 925 | | |
913 | 926 | | |
914 | | - | |
| 927 | + | |
915 | 928 | | |
916 | 929 | | |
917 | 930 | | |
| |||
0 commit comments