summaryrefslogtreecommitdiff
path: root/BUILD/compile-pentium-gprof
diff options
context:
space:
mode:
authorunknown <monty@hundin.mysql.fi>2002-01-26 01:19:47 +0200
committerunknown <monty@hundin.mysql.fi>2002-01-26 01:19:47 +0200
commit48ff048f8f2235508eb0579975611a805b34e24c (patch)
tree5ccc31c365805428193f80c2e7fe45e9c87a8173 /BUILD/compile-pentium-gprof
parenta1014a4f3a9f76fe0bcfae785bd72ef9a77e4821 (diff)
downloadmariadb-git-48ff048f8f2235508eb0579975611a805b34e24c.tar.gz
Update needed for SuSE 7.3
Update for autoconf 2.52 BitKeeper/deleted/.del-compile-pentium-symbols~b1b0f0b465eb15b8: Delete: BUILD/compile-pentium-symbols BUILD/Makefile.am: Remove not used scripts BUILD/SETUP.sh: Update needed for SuSE 7.3 BUILD/compile-alpha: Update needed for SuSE 7.3 BUILD/compile-pentium-debug-no-bdb: Update needed for SuSE 7.3 BUILD/compile-pentium-gcov: Update needed for SuSE 7.3 BUILD/compile-pentium-gprof: Update needed for SuSE 7.3 BUILD/compile-pentium-mysqlfs-debug: Update needed for SuSE 7.3 BUILD/compile-pentium: Update needed for SuSE 7.3 Docs/manual.texi: changelog Docs/mysqld_error.txt: New error messages. acconfig.h: Update to autoconf 2.52 acinclude.m4: Update to autoconf 2.52 bdb/dist/configure.in: Update to autoconf 2.52 configure.in: Update to autoconf 2.52 myisam/mi_check.c: Fix for myisamchk bug when reparing table with many keys. myisam/mi_key.c: Fix problem with NAN in key's scripts/Makefile.am: Fix for autoconf 2.52 scripts/mysql_new_fix_privilege_tables.sh: cleanup
Diffstat (limited to 'BUILD/compile-pentium-gprof')
-rwxr-xr-xBUILD/compile-pentium-gprof2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-pentium-gprof b/BUILD/compile-pentium-gprof
index 02b595d1015..aa74de0b1b2 100755
--- a/BUILD/compile-pentium-gprof
+++ b/BUILD/compile-pentium-gprof
@@ -4,6 +4,6 @@ path=`dirname $0`
. "$path/SETUP.sh"
extra_flags="$pentium_cflags -O2 -pg -g"
-extra_configs="$pentium_configs $debug_configs --disable-shared"
+extra_configs="$pentium_configs $debug_configs --disable-shared $static_link"
. "$path/FINISH.sh"