mirror of
https://git.planet-casio.com/Lephenixnoir/sh-elf-binutils.git
synced 2025-06-06 19:35:03 +02:00
support custom build configurations
This commit is contained in:
parent
6bc0923556
commit
e1b68386ad
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@
|
||||||
PREFIX ?= $(GITEAPC_PREFIX)
|
PREFIX ?= $(GITEAPC_PREFIX)
|
||||||
VERSION = 2.35.1
|
VERSION = 2.35.1
|
||||||
|
|
||||||
|
ifneq ($(GITEAPC_CONFIG),)
|
||||||
|
include giteapc-config-$(GITEAPC_CONFIG).make
|
||||||
|
endif
|
||||||
|
|
||||||
configure:
|
configure:
|
||||||
@ ./configure.sh $(VERSION)
|
@ ./configure.sh $(VERSION)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue