mirror of
https://git.planet-casio.com/Lephenixnoir/sh-elf-gcc.git
synced 2024-12-28 20:43:39 +01:00
support custom build configurations
This commit is contained in:
parent
e2a9744f1e
commit
2e85c7fbc4
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@
|
||||||
PREFIX ?= $(GITEAPC_PREFIX)
|
PREFIX ?= $(GITEAPC_PREFIX)
|
||||||
VERSION = 10.2.0
|
VERSION = 10.2.0
|
||||||
|
|
||||||
|
ifneq ($(GITEAPC_CONFIG),)
|
||||||
|
include giteapc-config-$(GITEAPC_CONFIG).make
|
||||||
|
endif
|
||||||
|
|
||||||
configure:
|
configure:
|
||||||
@ ./configure.sh $(VERSION)
|
@ ./configure.sh $(VERSION)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue