Skip to content

Commit

Permalink
Makefile: fix cross compile (#777)
Browse files Browse the repository at this point in the history
  • Loading branch information
SupervisedThinking authored Mar 1, 2021
1 parent 8f07fc7 commit 697272c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ $(error Unknown platform:$(PLATFORM))
endif

RM = rm -f
AS = as
AS ?= as
CC ?= gcc
CXX ?= g++
STRIP ?= strip
Expand Down

0 comments on commit 697272c

Please # to comment.