aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authornotaz2012-11-05 03:11:29 +0200
committernotaz2012-11-05 03:12:26 +0200
commit8e1040b6a82ee1802fda83d4de84290a02656cc0 (patch)
treefb0c25827d3a42e8219ec6f5a50598435a4f1748 /configure
parente0aec5eebf0fefe7a7314940546ef8a23d2169b7 (diff)
downloadpcsx_rearmed-8e1040b6a82ee1802fda83d4de84290a02656cc0.tar.gz
pcsx_rearmed-8e1040b6a82ee1802fda83d4de84290a02656cc0.tar.bz2
pcsx_rearmed-8e1040b6a82ee1802fda83d4de84290a02656cc0.zip
sort out 32/64bit savestate compat issues
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure b/configure
index 0f0308b..42ab9f5 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"