mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-09 03:00:07 -04:00
Make LD run on CXX instead
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user