build: Remove cross toolchain variable definitions from root makefile

This commit is contained in:
mintsuki 2022-07-08 18:29:54 +02:00
parent 7d78cf4e17
commit c12a6979f9
1 changed files with 0 additions and 13 deletions

View File

@ -57,19 +57,6 @@ export CROSS_CFLAGS
CROSS_LDFLAGS ?= @CROSS_LDFLAGS@
export CROSS_LDFLAGS
CROSS_TOOLCHAIN ?= @CROSS_TOOLCHAIN@
export CROSS_TOOLCHAIN
CROSS_CC ?= @CROSS_CC@
export CROSS_CC
CROSS_LD ?= @CROSS_LD@
export CROSS_LD
CROSS_OBJCOPY ?= @CROSS_OBJCOPY@
export CROSS_OBJCOPY
CROSS_OBJDUMP ?= @CROSS_OBJDUMP@
export CROSS_OBJDUMP
CROSS_READELF ?= @CROSS_READELF@
export CROSS_READELF
override LIMINE_VERSION := @PACKAGE_VERSION@
override STAGE1_FILES := $(shell find '$(call SHESCAPE,$(SRCDIR))/stage1' -type f -name '*.asm')