From: kub Date: Thu, 20 Jan 2022 19:32:17 +0000 (+0000) Subject: build, release script revision, fix merge error X-Git-Tag: v2.00~369 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0fa734c87bb969b781aad76a01e664f49845880;p=picodrive.git build, release script revision, fix merge error --- diff --git a/tools/release.sh b/tools/release.sh index 9f2cec1e..52834dec 100755 --- a/tools/release.sh +++ b/tools/release.sh @@ -35,7 +35,6 @@ export LD_LIBRARY_PATH # NB: -msoft-float uses the fpu setting for determining the parameter passing; # default upto gcc 4.7 was -mfpu=fpa, which has been removed in gcc 4.8, so # nothing newer than gcc 4.7 can be used here :-/ -has a changed float ABI with gcc >= 4.8... TC=$HOME/opt/open2x/gcc-4.1.1-glibc-2.3.6 PATH=$HOME/opt/gcc-arm-none-eabi-4_7-2014q2/bin:$PATH CROSS_COMPILE=arm-none-eabi- CFLAGS="-I$TC/arm-open2x-linux/include -I$HOME/src/gp2x/armroot/include -U_FORTIFY_SOURCE -D__linux__" LDFLAGS="-B$TC/lib/gcc/arm-open2x-linux/4.1.1 -B$TC/arm-open2x-linux/lib -L$TC/arm-open2x-linux/lib -L$HOME/src/gp2x/armroot/lib" ./configure --platform=gp2x PATH=$HOME/opt/gcc-arm-none-eabi-4_7-2014q2/bin:$PATH make clean all PATH=$HOME/opt/gcc-arm-none-eabi-4_7-2014q2/bin:$PATH make -C platform/gp2x rel VER=$rel