mirror of
https://github.com/pmmp/musl-cross-make.git
synced 2024-11-11 22:29:17 +00:00
347bfc9f61
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.
7 lines
199 B
Plaintext
7 lines
199 B
Plaintext
TARGET = sh2eb-linux-muslfdpic
|
|
GCC_CONFIG += --with-cpu=mj2
|
|
|
|
# Optional to produce a smaller toolchain:
|
|
# COMMON_CONFIG += --disable-nls
|
|
# GCC_CONFIG += --disable-libquadmath --disable-decimal-float
|