Files
Microtransactions64/tools
Randy Palamar d0c2573b9b re-add now statically linked ld
the binary was compiled with -Os, linked against musl, and stripped to
keep size down

compiled with the following script (assuming you are on a musl based host):

VERSION=2.30

curl -LOC - http://ftp.gnu.org/gnu/binutils/binutils-$VERSION.tar.gz
bsdtar xf binutils-$VERSION.tar.gz
cd binutils-$VERSION
./configure --target=mips-linux-musl \
	--with-gnu-ld \
	--enable-64-bit-bfd \
	--enable-multilib \
	--enable-plugins \
	--disable-gold \
	--disable-shared \
	--disable-werror \
	--disable-nls \
	--prefix=$(pwd)/out || exit 1
make configure-host
make CFLAGS=-Os LDFLAGS="-s -all-static" || exit 1
make install
2021-07-31 12:49:01 -06:00
..
2020-12-03 14:26:38 -05:00
2020-12-03 14:26:38 -05:00
2019-09-01 15:50:50 -04:00
2019-08-25 00:46:40 -04:00
2020-06-17 22:14:59 -04:00
2019-08-25 00:46:40 -04:00
2021-07-12 23:17:54 -04:00
2020-06-17 22:14:59 -04:00
2021-07-12 23:17:54 -04:00
2019-08-25 00:46:40 -04:00
2019-09-01 15:50:50 -04:00
2020-03-01 22:42:52 -05:00
2021-07-12 23:17:54 -04:00
2019-12-01 21:52:53 -05:00
2020-12-03 14:26:38 -05:00
2019-11-03 14:36:27 -05:00
2021-03-06 21:12:51 +00:00
2020-04-03 14:57:26 -04:00
2019-08-25 00:46:40 -04:00
2019-08-25 00:46:40 -04:00
2020-02-03 00:51:26 -05:00
2019-08-25 00:46:40 -04:00
2021-07-12 23:17:54 -04:00
2021-07-31 12:49:01 -06:00
2020-06-02 12:44:34 -04:00
2020-06-02 12:44:34 -04:00
2020-12-03 14:26:38 -05:00
2020-06-02 12:44:34 -04:00
2021-07-12 23:17:54 -04:00
2020-03-01 22:42:52 -05:00
2020-06-02 12:44:34 -04:00
2020-03-01 22:42:52 -05:00
2021-01-30 20:46:06 -05:00
2021-01-03 13:09:20 -05:00
2021-07-12 23:17:54 -04:00
2021-07-15 11:33:37 -07:00
2019-08-25 00:46:40 -04:00
2020-07-04 11:18:55 -04:00
2019-08-25 00:46:40 -04:00
2019-08-25 00:46:40 -04:00
2020-12-03 14:26:38 -05:00
2020-12-03 14:26:38 -05:00