Allow over-riding of strip exec
parent
d7eedd0c01
commit
3f0e0b8867
|
@ -13,9 +13,9 @@ endif # end arm block
|
||||||
endif # end x86_64 block
|
endif # end x86_64 block
|
||||||
|
|
||||||
ifeq (, $(shell which $(MACHINE)-strip 2>/dev/null))
|
ifeq (, $(shell which $(MACHINE)-strip 2>/dev/null))
|
||||||
STRIP := strip
|
STRIP ?= strip
|
||||||
else
|
else
|
||||||
STRIP := $(MACHINE)-strip
|
STRIP ?= $(MACHINE)-strip
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq (, $(shell which $(MACHINE)-pkg-config 2>/dev/null))
|
ifeq (, $(shell which $(MACHINE)-pkg-config 2>/dev/null))
|
||||||
|
|
Loading…
Reference in New Issue