improve sample config.mak

This commit is contained in:
Rich Felker 2015-09-13 04:17:08 +00:00
parent 954245dc83
commit 73e57bee7d
1 changed files with 7 additions and 0 deletions

View File

@ -4,7 +4,14 @@ TARGET = sh2eb-linux-musl
BINUTILS_VER = 2.25.1 BINUTILS_VER = 2.25.1
GCC_VER = 5.2.0 GCC_VER = 5.2.0
# Recommended options for faster/simpler build
# COMMON_CONFIG += --disable-nls # COMMON_CONFIG += --disable-nls
# COMMON_CONFIG += MAKEINFO=/bin/false
# GCC_CONFIG += --enable-languages=c,c++,lto # GCC_CONFIG += --enable-languages=c,c++,lto
# GCC_CONFIG += --disable-multilib # GCC_CONFIG += --disable-multilib
# J2/SH2 specific options
# GCC_CONFIG += --with-cpu=mj2 # GCC_CONFIG += --with-cpu=mj2
# GCC_CONFIG += --enable-fdpic