Skip to content

Commit 9cee5ee

Browse files
AMDmi3smcameron
authored andcommitted
Default BUILD_CC to CC to simplify native build setup
Make it so it's enough to just set CC to use correct compiler for a native build
1 parent ff15776 commit 9cee5ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ OPENLASELIBDIR=
4747
endif
4848

4949
CC ?= gcc
50-
BUILD_CC ?= gcc
50+
BUILD_CC ?= ${CC}
5151

5252
# DEBUG=-g
5353
# DEBUG=

0 commit comments

Comments
 (0)