summaryrefslogtreecommitdiff
path: root/BUILD/compile-pentium-myodbc
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2017-07-01 14:02:29 +0300
committerMonty <monty@mariadb.org>2017-07-01 14:26:42 +0300
commit3833097463afee3498dda810405f7df33200c72e (patch)
treed29b436a8f3f4ac493253411e5ac478dde84e759 /BUILD/compile-pentium-myodbc
parent2e9b55f763441b1879c4d9980d25f73a43949115 (diff)
downloadmariadb-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-pentium-myodbc')
-rwxr-xr-xBUILD/compile-pentium-myodbc28
1 files changed, 0 insertions, 28 deletions
diff --git a/BUILD/compile-pentium-myodbc b/BUILD/compile-pentium-myodbc
deleted file mode 100755
index d9b1dd47129..00000000000
--- a/BUILD/compile-pentium-myodbc
+++ /dev/null
@@ -1,28 +0,0 @@
-#! /bin/sh
-
-# Copyright (C) 2000 MySQL AB
-# Use is subject to license terms
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; version 2 of the License.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
-
-path=`dirname $0`
-. "$path/SETUP.sh"
-
-extra_flags="$pentium_cflags $fast_cflags"
-extra_configs="$pentium_configs --without-server"
-
-make=no
-strip=yes
-
-. "$path/FINISH.sh"