Initial commit

This commit is contained in:
lw-everestlinux
2022-10-05 12:03:03 -04:00
commit 6e0177dfbf
225 changed files with 21395 additions and 0 deletions

6
presets/j2-fdpic Normal file
View File

@@ -0,0 +1,6 @@
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

14
presets/j2-pie-gplv2 Normal file
View File

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