mirror of
https://github.com/richfelker/musl-cross-make.git
synced 2025-03-10 09:07:00 +01:00
15 lines
353 B
Plaintext
15 lines
353 B
Plaintext
![]() |
OUTPUT = $(PWD)/output
|
||
|
TARGET = sh2eb-linux-muslfdpic
|
||
|
|
||
|
BINUTILS_VER = 2.25.1
|
||
|
GCC_VER = 5.2.0
|
||
|
|
||
|
COMMON_CONFIG += --disable-nls
|
||
|
COMMON_CONFIG += MAKEINFO=/bin/false
|
||
|
GCC_CONFIG += --enable-languages=c,c++
|
||
|
GCC_CONFIG += --disable-libquadmath --disable-decimal-float
|
||
|
GCC_CONFIG += --disable-multilib
|
||
|
|
||
|
GCC_CONFIG += --with-cpu=mj2
|
||
|
GCC_CONFIG += --enable-fdpic
|