mirror of
https://gitlab.com/bztsrc/posix-uefi
synced 2026-08-26 10:23:04 -04:00
Merge branch 'master' into 'master'
Fixed pipe alignment in README See merge request bztsrc/posix-uefi!7
This commit is contained in:
commit
a51036feb0
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ git checkout
|
|||
| `EXTRA` | any additional object files you might want to link with, these are also called as makefile rules before compiling |
|
||||
| `ALSO` | additional makefile rules to be called after compiling |
|
||||
| `OUTDIR` | if given, then your project's object files are generated into this directory (by default not set) |
|
||||
| `USE_GCC` | set this if you want native GNU gcc + ld + objcopy instead of LLVM Clang + Lld |
|
||||
| `USE_GCC` | set this if you want native GNU gcc + ld + objcopy instead of LLVM Clang + Lld |
|
||||
| `ARCH` | the target architecture |
|
||||
|
||||
Here's a more advanced **Makefile** example:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue