mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 07:12:03 +00:00
Makefile: PREFIX overwrite make's default CC and CXX
This commit is contained in:
parent
cb4ffe6f60
commit
37c65ca7e4
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@ LATEST_GCC_VERSION=13.2
|
|||
|
||||
# gcc or g++
|
||||
ifdef PREFIX
|
||||
CC?=$(PREFIX)-gcc
|
||||
CXX?=$(PREFIX)-g++
|
||||
CC:=$(PREFIX)-gcc
|
||||
CXX:=$(PREFIX)-g++
|
||||
OBJCOPY?=$(PREFIX)-objcopy
|
||||
OBJDUMP?=$(PREFIX)-objdump
|
||||
STRIP?=$(PREFIX)-strip
|
||||
|
|
Loading…
Reference in a new issue