mirror of
https://git.planet-casio.com/Lephenixnoir/sh-elf-binutils.git
synced 2025-01-05 08:23:37 +01: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)
|
||||
VERSION = 2.35.1
|
||||
|
||||
ifneq ($(GITEAPC_CONFIG),)
|
||||
include giteapc-config-$(GITEAPC_CONFIG).make
|
||||
endif
|
||||
|
||||
configure:
|
||||
@ ./configure.sh $(VERSION)
|
||||
|
||||
|
|
Loading…
Reference in a new issue