diff options
Diffstat (limited to 'BUILD/SETUP.sh')
-rwxr-xr-x | BUILD/SETUP.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/BUILD/SETUP.sh b/BUILD/SETUP.sh index 6b3708f475f..429c0cd85b4 100755 --- a/BUILD/SETUP.sh +++ b/BUILD/SETUP.sh @@ -170,10 +170,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" +amd64_cflags="$check_cpu_cflags -DSTACK_DIRECTION=-1" amd64_cxxflags="" # If dropping '--with-big-tables', add here "-DBIG_TABLES" -pentium_cflags="$check_cpu_cflags" -pentium64_cflags="$check_cpu_cflags -m64" +pentium_cflags="$check_cpu_cflags -DSTACK_DIRECTION=-1" +pentium64_cflags="$check_cpu_cflags -m64 -DSTACK_DIRECTION=-1" ppc_cflags="$check_cpu_cflags" sparc_cflags="" |