mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Make LD run on CXX instead
This commit is contained in:
parent
fece7df0d7
commit
d362896efc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue