mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -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-
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue