mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Added CROSS_CC and similar args for maintainers, see Maintainers.md
This commit is contained in:
parent
787098f3ad
commit
4d46c1907f
6 changed files with 23 additions and 23 deletions
|
@ -51,9 +51,9 @@ For verbose usage and see the actual commands being executed, add `V=1`.
|
|||
|
||||
`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++`. Note that `CC`, `CXX` and `LD` must be provided as explicit arguments, they won't be overriden by environment variables.
|
||||
|
||||
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++`.
|
||||
Similarly, for ARM-side components, `CROSS_CFLAGS` and `CROSS_LDFLAGS` can be overriden by environment variables and `CROSS_CC`, `CROSS_LD` and `CROSS_OBJCOPY` can be provided as explicit arguments.
|
||||
|
||||
If your platform needs specific lib/include paths for the client, you can use `LDLIBS` and `INCLUDES_CLIENT` *as envvars*, e.g. `LDLIBS="-L/some/more/lib" INCLUDES_CLIENT="-I/some/more/include" make client ...`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue