mirror of
https://github.com/richfelker/musl-cross-make.git
synced 2025-03-09 16:47:00 +01:00
remove default sh2eb target and error out if TARGET is not set
This commit is contained in:
parent
d2f59c98d6
commit
d8d90e3808
4
Makefile
4
Makefile
@ -1,6 +1,5 @@
|
||||
|
||||
OUTPUT = $(PWD)/output
|
||||
TARGET = sh2eb-linux-musl
|
||||
|
||||
BINUTILS_VER = 2.25.1
|
||||
GCC_VER = 5.2.0
|
||||
@ -32,6 +31,9 @@ MUSL_CONFIG = CC="$(GCC0_CC)" --prefix=
|
||||
|
||||
-include config.mak
|
||||
|
||||
ifeq ($(TARGET),)
|
||||
$(error TARGET must be set via config.mak or command line)
|
||||
endif
|
||||
|
||||
all: install_binutils install_musl install_gcc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user