diff options
author | Monty <monty@mariadb.org> | 2017-07-01 14:02:29 +0300 |
---|---|---|
committer | Monty <monty@mariadb.org> | 2017-07-01 14:26:42 +0300 |
commit | 3833097463afee3498dda810405f7df33200c72e (patch) | |
tree | d29b436a8f3f4ac493253411e5ac478dde84e759 /BUILD/compile-amd64-gprof-no-ndb | |
parent | 2e9b55f763441b1879c4d9980d25f73a43949115 (diff) | |
download | mariadb-git-3833097463afee3498dda810405f7df33200c72e.tar.gz |
Clean up BUILD script
- Removed some not old, not used build scipts
- Removed tokudb and rocksdb from 32 bit builds
This enables one now to easily build 32 bit binaries
on 64 bit systems
Diffstat (limited to 'BUILD/compile-amd64-gprof-no-ndb')
-rwxr-xr-x | BUILD/compile-amd64-gprof-no-ndb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/BUILD/compile-amd64-gprof-no-ndb b/BUILD/compile-amd64-gprof-no-ndb deleted file mode 100755 index ef684274658..00000000000 --- a/BUILD/compile-amd64-gprof-no-ndb +++ /dev/null @@ -1,7 +0,0 @@ -#! /bin/sh -path=`dirname $0` -. "$path/SETUP.sh" -extra_flags="$amd64_cflags -pg -g" -extra_configs="$amd64_configs $max_configs --disable-shared $static_link" - -. "$path/FINISH.sh" |