summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorunknown <serg@janus.mylan>2008-02-07 19:51:50 +0100
committerunknown <serg@janus.mylan>2008-02-07 19:51:50 +0100
commit833a13209068429e39ccab3879eb12cfdc735fa3 (patch)
tree1260fc919ebca03b1c2322a2d882f6d04f155638 /BUILD
parenta9ecb79e752da964b5b1a608e288fda338a5af90 (diff)
downloadmariadb-git-833a13209068429e39ccab3879eb12cfdc735fa3.tar.gz
missing DBUG_VOID_RETURN
BUILD/SETUP.sh: no need to force stack direction anymore
Diffstat (limited to 'BUILD')
-rwxr-xr-xBUILD/SETUP.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/BUILD/SETUP.sh b/BUILD/SETUP.sh
index 07c308b9a26..30ab41a7a8e 100755
--- a/BUILD/SETUP.sh
+++ b/BUILD/SETUP.sh
@@ -171,10 +171,10 @@ max_configs="$SSL_LIBRARY --with-plugins=max --with-embedded-server"
# CPU and platform specific compilation flags.
#
alpha_cflags="$check_cpu_cflags -Wa,-m$cpu_flag"
-amd64_cflags="$check_cpu_cflags -DSTACK_DIRECTION=-1"
+amd64_cflags="$check_cpu_cflags"
amd64_cxxflags="" # If dropping '--with-big-tables', add here "-DBIG_TABLES"
-pentium_cflags="$check_cpu_cflags -DSTACK_DIRECTION=-1"
-pentium64_cflags="$check_cpu_cflags -m64 -DSTACK_DIRECTION=-1"
+pentium_cflags="$check_cpu_cflags"
+pentium64_cflags="$check_cpu_cflags -m64"
ppc_cflags="$check_cpu_cflags"
sparc_cflags=""