Makefile.m32: add support for CROSSPREFIX

This commit is contained in:
Viktor Szakats 2016-02-20 01:27:37 +01:00 committed by David Drysdale
parent ebe7b81453
commit 0b7a497ab7
1 changed files with 4 additions and 4 deletions

View File

@ -10,10 +10,10 @@
LIB = libcares.a LIB = libcares.a
AR = ar AR = $(CROSSPREFIX)ar
CC = gcc CC = $(CROSSPREFIX)gcc
LD = gcc LD = $(CROSSPREFIX)gcc
RANLIB = ranlib RANLIB = $(CROSSPREFIX)ranlib
#RM = rm -f #RM = rm -f
CP = cp -afv CP = cp -afv