X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=configure;h=42ab9f5cf6d339708decb12026ea21c55df294fe;hp=0f0308b311f68a6f27a4ae3890723afbfe946794;hb=1b908f9e6e455d3eecf3b9a9236405c29764c0f8;hpb=22fa3f2b3d09f3694f938ca895d447a30ec96f25 diff --git a/configure b/configure index 0f0308b3..42ab9f5c 100755 --- a/configure +++ b/configure @@ -246,13 +246,6 @@ if [ "x$builtin_gpu" = "x" ]; then builtin_gpu="peops" fi -#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 - # supposedly we can avoid -fPIC on armv5 for slightly better performace? if [ "$ARCH" != "arm" -o "$have_armv6" = "yes" ]; then PLUGIN_CFLAGS="$PLUGIN_CFLAGS -fPIC"