2015-11-18 23:50:22 +01:00
|
|
|
TARGET = sh2eb-linux-musl
|
2016-06-21 01:26:56 +02:00
|
|
|
GCC_CONFIG += --with-cpu=mj2
|
|
|
|
GCC_CONFIG += --enable-default-pie
|
2015-11-18 23:50:22 +01:00
|
|
|
|
2016-06-21 01:26:56 +02:00
|
|
|
# This configuration should be compatible with the old GPLv2 tools,
|
|
|
|
# but it is not regularly tested. Uncomment the following and remove
|
|
|
|
# the above --with-cpu=mj2 in order to try:
|
|
|
|
# GCC_VER = 4.2.1
|
|
|
|
# BINUTILS_VER = 397a64b3
|
2023-08-30 10:57:42 +02:00
|
|
|
# BINUTILS_SITE = https://landley.net/aboriginal/mirror
|
2015-11-18 23:50:22 +01:00
|
|
|
|
2016-06-21 01:26:56 +02:00
|
|
|
# Optional to produce a smaller toolchain:
|
|
|
|
# COMMON_CONFIG += --disable-nls
|
|
|
|
# GCC_CONFIG += --disable-libquadmath --disable-decimal-float
|