X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=configure;h=da126e7ba8d0a3dfcd106b3ddef6aee272ce9223;hp=9c059afd535c8b4c70b2ed41febe32775577acda;hb=fc6cef7d739c850a10bca2a19855654aa78897a8;hpb=9f7042907bbf7e1810ee8e002bc43319fbb3d0b4 diff --git a/configure b/configure index 9c059afd..da126e7b 100755 --- a/configure +++ b/configure @@ -230,12 +230,12 @@ if [ "x$builtin_gpu" = "x" ]; then builtin_gpu="peops" fi -if [ "$ARCH" = "x86_64" ]; then +#if [ "$ARCH" = "x86_64" ]; then # currently we are full of 32bit assumptions, # at least savestate compatibility will break without these - CFLAGS="$CFLAGS -m32" - LDFLAGS="$LDFLAGS -m32" -fi +# CFLAGS="$CFLAGS -m32" +# LDFLAGS="$LDFLAGS -m32" +#fi # supposedly we can avoid -fPIC on armv5 for slightly better performace? if [ "$ARCH" != "arm" -o "$have_armv6" = "yes" ]; then @@ -267,7 +267,7 @@ check_zlib() { cat > $TMPC < - void main() { uncompress(0, 0, 0, 0); } + int main(void) { uncompress(0, 0, 0, 0); } EOF compile_binary }