mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
do not use LD if you aren't using ld
All the uses of LD actually wanted g++, so just use CXX and remove an unused LD define Closes: https://github.com/pentoo/pentoo-overlay/issues/1259 Fixes: https://github.com/RfidResearchGroup/proxmark3/pull/1758
This commit is contained in:
parent
bebfe0ad2f
commit
07c6871861
3 changed files with 5 additions and 6 deletions
|
@ -40,7 +40,6 @@ TARFLAGS += -C .. -f
|
|||
CROSS ?= arm-none-eabi-
|
||||
CC ?= gcc
|
||||
CXX ?= g++
|
||||
LD = g++
|
||||
SH = sh
|
||||
BASH = bash
|
||||
PERL = perl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue