Make LD run on CXX instead

This commit is contained in:
İlteriş Eroğlu 2021-08-22 21:03:39 +03:00 committed by GitHub
commit d362896efc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ TARFLAGS += -C .. -f
CROSS ?= arm-none-eabi-
CC ?= gcc
CXX ?= g++
LD ?= g++
LD = $(CXX)
SH = sh
BASH = bash
PERL = perl