2015-08-25 21:32:46 +02:00
|
|
|
OUTPUT = $(PWD)/output
|
|
|
|
TARGET = sh2eb-linux-musl
|
|
|
|
|
|
|
|
BINUTILS_VER = 2.25.1
|
|
|
|
GCC_VER = 5.2.0
|
|
|
|
|
2015-09-13 06:17:08 +02:00
|
|
|
# Recommended options for faster/simpler build
|
|
|
|
|
2015-08-25 21:32:46 +02:00
|
|
|
# COMMON_CONFIG += --disable-nls
|
2015-09-13 06:17:08 +02:00
|
|
|
# COMMON_CONFIG += MAKEINFO=/bin/false
|
2015-08-25 21:32:46 +02:00
|
|
|
# GCC_CONFIG += --enable-languages=c,c++,lto
|
|
|
|
# GCC_CONFIG += --disable-multilib
|
2015-09-13 06:17:08 +02:00
|
|
|
|
|
|
|
# J2/SH2 specific options
|
|
|
|
|
2015-08-25 21:32:46 +02:00
|
|
|
# GCC_CONFIG += --with-cpu=mj2
|
2015-09-13 06:17:08 +02:00
|
|
|
# GCC_CONFIG += --enable-fdpic
|