j2-pie-gplv2 510 B

1234567891011121314
  1. TARGET = sh2eb-linux-musl
  2. GCC_CONFIG += --with-cpu=mj2
  3. GCC_CONFIG += --enable-default-pie
  4. # This configuration should be compatible with the old GPLv2 tools,
  5. # but it is not regularly tested. Uncomment the following and remove
  6. # the above --with-cpu=mj2 in order to try:
  7. # GCC_VER = 4.2.1
  8. # BINUTILS_VER = 397a64b3
  9. # BINUTILS_SITE = http://landley.net/aboriginal/mirror
  10. # Optional to produce a smaller toolchain:
  11. # COMMON_CONFIG += --disable-nls
  12. # GCC_CONFIG += --disable-libquadmath --disable-decimal-float