Skip to content
Snippets Groups Projects
Commit 37c65ca7 authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

Makefile: PREFIX overwrite make's default CC and CXX

parent cb4ffe6f
No related branches found
No related tags found
No related merge requests found
...@@ -27,8 +27,8 @@ LATEST_GCC_VERSION=13.2 ...@@ -27,8 +27,8 @@ LATEST_GCC_VERSION=13.2
# gcc or g++ # gcc or g++
ifdef PREFIX ifdef PREFIX
CC?=$(PREFIX)-gcc CC:=$(PREFIX)-gcc
CXX?=$(PREFIX)-g++ CXX:=$(PREFIX)-g++
OBJCOPY?=$(PREFIX)-objcopy OBJCOPY?=$(PREFIX)-objcopy
OBJDUMP?=$(PREFIX)-objdump OBJDUMP?=$(PREFIX)-objdump
STRIP?=$(PREFIX)-strip STRIP?=$(PREFIX)-strip
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment