1
0
mirror of https://github.com/pmmp/musl-cross-make.git synced 2024-11-11 22:29:17 +00:00
musl-cross-make/presets/j2-pie-gplv2
Rich Felker 347bfc9f61 update config.mak presets to sync with modern expectations
config.mak no longer needs to do so much explicitly; the mandatory
options for the target or for musl are auto-selected by the makefile.
2016-06-20 23:26:56 +00:00

15 lines
510 B
Plaintext

TARGET = sh2eb-linux-musl
GCC_CONFIG += --with-cpu=mj2
GCC_CONFIG += --enable-default-pie
# 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
# BINUTILS_SITE = http://landley.net/aboriginal/mirror
# Optional to produce a smaller toolchain:
# COMMON_CONFIG += --disable-nls
# GCC_CONFIG += --disable-libquadmath --disable-decimal-float