Skip to content

Commit

Permalink
[rmkit] remove CROSS_TC redefinition
Browse files Browse the repository at this point in the history
  • Loading branch information
okay committed Mar 3, 2024
1 parent 731f184 commit bbded96
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/common.make
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,6 @@ DOCKERBUILD=rmkit:${TARGET}
ROOT=${PWD}
BUILD_DIR=src/build

ifdef CROSS_TC
ifneq "$(CC)" "clang"
CC_BIN=$(CROSS_TC)-gcc
CXX_BIN=$(CROSS_TC)-g++
STRIP_BIN=$(CROSS_TC)-strip
endif
endif


VERSION=$(shell cat src/rmkit/version.cpy | sed 's/__version__=//;s/"//g')
KBD=`ls /dev/input/by-path/*kbd | head -n1`
# NOTE: $FILES and $EXE NEED TO BE DEFINED
Expand Down

0 comments on commit bbded96

Please sign in to comment.