From c64370328ced70bab4e4e59d3f04eaad123d646c Mon Sep 17 00:00:00 2001 From: kub Date: Sun, 16 Feb 2020 08:32:29 +0100 Subject: [PATCH] fix compatibility with ancient gas --- README.md | 5 +---- cpu/cyclone | 2 +- cyclone_gp2x.patch | 41 ----------------------------------------- 3 files changed, 2 insertions(+), 46 deletions(-) delete mode 100644 cyclone_gp2x.patch diff --git a/README.md b/README.md index 67f60c2c..a5d0ad3a 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,7 @@ opendingux|opendingux|CROSS_COMPILE=mipsel-linux- CFLAGS="-I$TC/usr/include -I$T opendingux|opendingux with ubuntu mips gcc 5.4|CROSS_COMPILE=mipsel-linux-gnu- CFLAGS="-I$TC/usr/include -I$TC/usr/include/SDL" LDFLAGS="-B$TC/usr/lib -B$TC/lib -Wl,-rpath-link=$TC/usr/lib -Wl,-rpath-link=$TC/lib" ./configure --platform=opendingux gcw0|gcw0|CROSS_COMPILE=mipsel-gcw0-linux-uclibc- CFLAGS="-I$TC/usr/mipsel-gcw0-linux-uclibc/sysroot/usr/include -I$TC/usr/mipsel-gcw0-linux-uclibc/sysroot/usr/include/SDL" LDFLAGS="--sysroot $TC/usr/mipsel-gcw0-linux-uclibc/sysroot" ./configure --platform=gcw0 -For gp2x, wiz, and caanoo you may need to compile libpng first, and additionally -cyclone_gp2x.patch may need to be applied to the cpu/cyclone submodule: - -> patch -d cpu/cyclone -p1