mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
Document CROSS_*FLAGS
This commit is contained in:
parent
8e12285f66
commit
4092effe93
1 changed files with 3 additions and 1 deletions
|
@ -49,7 +49,9 @@ and it will be added along the other firmware as:
|
|||
|
||||
For verbose usage and see the actual commands being executed, add `V=1`.
|
||||
|
||||
`CFLAGS` and `LDFLAGS` can be overriden by environment variables.
|
||||
`CFLAGS` and `LDFLAGS` can be overriden by environment variables for client-side components.
|
||||
|
||||
`CROSS_CFLAGS` and `CROSS_LDFLAGS` can be overriden by environment variables for ARM-side components.
|
||||
|
||||
Default compiler is gcc but you can use clang for the non-ARM parts with e.g. `make client CC=clang CXX=clang++ LD=clang++`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue