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- CROSS ?= arm-none-eabi-
CC ?= gcc CC ?= gcc
CXX ?= g++ CXX ?= g++
LD ?= g++ LD = $(CXX)
SH = sh SH = sh
BASH = bash BASH = bash
PERL = perl PERL = perl