config.mak.dist 379 B

1234567891011121314151617
  1. OUTPUT = $(PWD)/output
  2. TARGET = sh2eb-linux-musl
  3. BINUTILS_VER = 2.25.1
  4. GCC_VER = 5.2.0
  5. # Recommended options for faster/simpler build
  6. # COMMON_CONFIG += --disable-nls
  7. # COMMON_CONFIG += MAKEINFO=/bin/false
  8. # GCC_CONFIG += --enable-languages=c,c++,lto
  9. # GCC_CONFIG += --disable-multilib
  10. # J2/SH2 specific options
  11. # GCC_CONFIG += --with-cpu=mj2
  12. # GCC_CONFIG += --enable-fdpic