Skip to content

Commit bbded96

Browse files
author
okay
committed
[rmkit] remove CROSS_TC redefinition
1 parent 731f184 commit bbded96

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/common.make

-9
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,6 @@ DOCKERBUILD=rmkit:${TARGET}
1313
ROOT=${PWD}
1414
BUILD_DIR=src/build
1515

16-
ifdef CROSS_TC
17-
ifneq "$(CC)" "clang"
18-
CC_BIN=$(CROSS_TC)-gcc
19-
CXX_BIN=$(CROSS_TC)-g++
20-
STRIP_BIN=$(CROSS_TC)-strip
21-
endif
22-
endif
23-
24-
2516
VERSION=$(shell cat src/rmkit/version.cpy | sed 's/__version__=//;s/"//g')
2617
KBD=`ls /dev/input/by-path/*kbd | head -n1`
2718
# NOTE: $FILES and $EXE NEED TO BE DEFINED

0 commit comments

Comments
 (0)