mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-07 16:48:15 +08:00
Update Makefile.defs
This commit is contained in:
parent
d362896efc
commit
3a67279832
1 changed files with 3 additions and 3 deletions
|
@ -21,9 +21,9 @@ TAR = tar
|
|||
TARFLAGS ?= -v --ignore-failed-read -r
|
||||
TARFLAGS += -C .. -f
|
||||
CROSS ?= arm-none-eabi-
|
||||
CC ?= gcc
|
||||
CXX ?= g++
|
||||
LD = $(CXX)
|
||||
CC = gcc
|
||||
CXX = g++
|
||||
LD = g++
|
||||
SH = sh
|
||||
BASH = bash
|
||||
PERL = perl
|
||||
|
|
Loading…
Reference in a new issue