summaryrefslogtreecommitdiff
path: root/BUILD
Commit message (Collapse)AuthorAgeFilesLines
* bundle the check-cpu helper script with source packages.unknown2005-06-031-0/+1
| | | | | | | BUG#10696
* Fix --with-bdb to be --with-berkeley-db in BUILD/SETUP.shunknown2005-06-011-2/+2
| | | | | BUILD/SETUP.sh: Fix --with-bdb to --with-berkeley-db
* BUG#10796 Incorrect check-cpu result for ppc linux gccunknown2005-05-251-0/+4
| | | | | BUILD/check-cpu: Add no_march variable to indicate that this architecture doesn't support the -march flag to GCC
* Fix for Ingounknown2005-05-101-0/+1
| | | | | BUILD/check-cpu: Set old_flag to pentium
* Add compiler settings for Pentium Munknown2005-05-091-0/+3
| | | | | BUILD/check-cpu: Pentium M
* Fixes after reviewunknown2005-05-091-4/+5
| | | | | | | BUILD/check-cpu: Change variable name Add missing fi Test with -n instead of -z
* Fix check-cpu, add more recognized cpusunknown2005-05-091-0/+16
| | | | | | BUILD/check-cpu: Recognize more cpu's Fix for older compilers
* Merge acurtis@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-05-081-0/+12
|\ | | | | | | | | | | | | | | into ltantony.mysql.com:/usr/home/antony/work2/fixbuild-4.1 BitKeeper/etc/logging_ok: auto-union
| * FreeBSD doesn't have /proc/cpuinfo, use sysctl to find cpu model.unknown2005-05-081-0/+12
| | | | | | | | | | BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* | Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-05-071-0/+5
|\ \ | | | | | | | | | | | | | | | | | | into mysql.com:/space/my/mysql-4.1
| * \ Merge mysql.com:/space/my/mysql-4.0-buildunknown2005-05-071-1/+1
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/space/my/mysql-4.1-build BUILD/compile-dist: Auto merged
| | * | - typo fix in BUILD/compile-distunknown2005-05-071-1/+1
| | | | | | | | | | | | | | | | | | | | BUILD/compile-dist: - typo fix
| * | | Merge mysql.com:/space/my/mysql-4.0-buildunknown2005-05-071-0/+5
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/space/my/mysql-4.1-build BUILD/compile-dist: Auto merged
| | * | - added some required CXXFLAGS to BUILD/compile-dist to allow the ↵unknown2005-05-071-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | distribution build to pass without unresolved symbols BUILD/compile-dist: - added some required CXXFLAGS to allow the distribution build to pass
* | | | Merge mysql.com:/home/jimw/my/mysql-4.1-8648unknown2005-05-071-6/+0
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | into mysql.com:/home/jimw/my/mysql-4.1-clean
| * | | Fix option handling of ./BUILD/compile-* to not try and pass options tounknown2005-05-051-6/+0
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | configure. It was already changed not to support additional options, but now it was trying to pass all of the options to ./configure. (Bug #8648) BUILD/FINISH.sh: Remove obsolete code that took arguments to the build scripts and passed them to configure -- now the only options supported are those handled within BUILD/SETUP.sh.
* | | mwcc-wrapper, compile-darwin-mwcc, mwar-wrapper:unknown2005-05-051-0/+54
|/ / | | | | | | | | | | | | | | | | | | | | | | | | Initial Metrowerks CodeWarrior compiler support new file support-files/MacOSX/mwar-wrapper: Initial Metrowerks CodeWarrior compiler support BUILD/compile-darwin-mwcc: Initial Metrowerks CodeWarrior compiler support support-files/MacOSX/mwcc-wrapper: Initial Metrowerks CodeWarrior compiler support
* | After review fixes to check-cpuunknown2005-04-281-2/+0
| | | | | | | | | | BUILD/check-cpu: Remove the exit 0 from check-cpu
* | After review fixunknown2005-04-271-1/+7
| | | | | | | | | | BUILD/check-cpu: Remove defaul flag i386 and add a check to see wheter to set check_cpu_cflags or not.
* | Bug#9263 GCC4: -mcpu is depricated, use -mtune or -march insteadunknown2005-04-272-5/+85
| | | | | | | | | | | | | | | | | | - Made a script that selects the best compiler optimizations for the current cpu. - Use the script from BUILD/SETUP.sh BUILD/SETUP.sh: Run check-cpu and use the compiler optimization flags it outputs
* | Add missing parts for the "Cybozu" custom build, to avoid future manual patches.unknown2005-04-081-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | configure.in: Normally, 'configure' does only support "case-insensitive" collations for UTF-8 character sets. However, a certain customer requires builds with a "case-sensitive" collation: 'utf8_general_cs'. In order to do custom builds without manual patches, this value gets special handling in 'configure'. Also, when it is given, the CPP symbol enabling the additional code is set. mysys/charset-def.c: Rename the CPP symbol needed for "UTF8-case-sensitive" collation from customer name to function. strings/ctype-utf8.c: Rename the CPP symbol needed for "UTF8-case-sensitive" collation from customer name to function.
* | compile-solaris-sparc-purify:unknown2005-02-071-4/+4
| | | | | | | | | | | | | | | | Set CCLD as well BUILD/compile-solaris-sparc-purify: Set CCLD as well
* | Removed duplicate close call and added archive to the debug build and test. unknown2005-01-311-1/+1
| | | | | | | | | | | | | | BUILD/compile-ia64-debug-max: Added archive for this build. sql/examples/ha_archive.cc: Removed duplicate close call.
* | compile-solaris-sparc-purify:unknown2005-01-281-10/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added preparation of mysql_client_test(_embedded) and mysqltest(_embedded) Added --purify, --purecov, --quantify and --cxxfilt <cxxfiltprog> options mysql-test-run.sh: Report correctly combinations of embedded+ps-protocol etc Added initial Purify support mysql-test/mysql-test-run.sh: Report correctly combinations of embedded+ps-protocol etc Added initial Purify support BUILD/compile-solaris-sparc-purify: Added preparation of mysql_client_test(_embedded) and mysqltest(_embedded) Added --purify, --purecov, --quantify and --cxxfilt <cxxfiltprog> options
* | Re-enabled the use of --prefix.unknown2005-01-271-4/+6
| | | | | | | | | | | | | | | | Adjusted the "Usage:" string. Ordered the option recognition in reverse order from "Usage:".
* | Only enable Innodb extra debugging when using the --debug=full configure optionunknown2005-01-262-3/+7
| | | | | | | | | | | | | | | | | | BUILD/SETUP.sh: Abort if wrong options BUILD/compile-pentium64-debug: Always use full debugging innobase/fil/fil0fil.c: Fixed wrong printf() format
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-01-252-0/+16
|\ \ | | | | | | | | | | | | | | | | | | | | | into mysql.com:/my/mysql-4.1 BUILD/SETUP.sh: Auto merged
| * | Add flags for Intel 64 bitunknown2005-01-252-0/+16
| | |
* | | Fix all BUILD/*max* scripts to use -DBIG_TABLES, like our real Max builds do.unknown2005-01-198-32/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (Simpler fix than last commit -- no need to mess with base_cxxflags.) BUILD/compile-amd64-max: use $max_cflags BUILD/compile-pentium-debug-max: use $max_cflags BUILD/compile-pentium-debug-max-no-embedded: use $max_cflags BUILD/compile-pentium-max: use $max_cflags BUILD/compile-pentium-valgrind-max: use $max_cflags BUILD/compile-ppc-debug-max: use $max_cflags BUILD/compile-ppc-max: use $max_cflags BUILD/compile-amd64-debug-max: use $max_cflags, remove unnecessary base_cxxflags stuff
* | | Put flags for -max building in BUILD/SETUP.sh so they are consistent acrossunknown2005-01-139-10/+38
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | all architectures, and in sync with the flags used to build the MySQL Max packages. Also back-port AMD64 build scripts from 5.0. BUILD/SETUP.sh: Add $max_configs (and variants) and amd64_* BUILD/compile-pentium-debug-max: Use $max_configs BUILD/compile-pentium-debug-max-no-embedded: Use $max_no_es_configs BUILD/compile-pentium-max: Use $max_configs BUILD/compile-pentium-valgrind-max: Use $max_leave_isam_configs BUILD/compile-ppc-debug-max: Use $max_configs BUILD/compile-ppc-max: Use $max_configs
* | - Manually merged two changes from 4.0unknown2005-01-061-0/+1
|\ \ | |/ | | | | | | | | | | BUILD/compile-dist: - manual merge include/my_pthread.h: - manual merge
| * - enable "with-extra-charsets=complex" for the "compile-dist" distributionunknown2005-01-061-1/+2
| | | | | | | | | | | | | | | | | | build (to make the test suite pass) BUILD/compile-dist: - enable "with-extra-charsets=complex" for the distribution build (to make the test suite pass)
* | - updated compile-dist to include NDB clusterunknown2004-12-311-1/+2
| | | | | | | | | | BUILD/compile-dist: - make sure to include NDB cluster in the distribution, too
* | Merge mysql.com:/space/my/mysql-4.0unknown2004-12-311-0/+46
|\ \ | |/ | | | | | | | | | | | | into mysql.com:/space/my/mysql-4.1-build Build-tools/Bootstrap: Auto merged
| * - Bootrap now uses "compile-dist" by default to create the source distributionunknown2004-12-311-0/+46
| | | | | | | | | | | | Build-tools/Bootstrap: - Use BUILD/compile-dist instead of compile-pentium-max - some minor cleanups
* | - fixed file permissions (need execute bits set)unknown2004-12-024-0/+0
| | | | | | | | | | | | | | | | | | | | | | BUILD/compile-ppc-debug-max: Change mode to -rwxrwxr-x BUILD/compile-ppc-debug: Change mode to -rwxrwxr-x BUILD/compile-ppc-max: Change mode to -rwxrwxr-x BUILD/compile-ppc: Change mode to -rwxrwxr-x
* | - added some BUILD/compile-ppc* build scripts to ease building on LinuxPPCunknown2004-12-025-0/+50
| | | | | | | | | | | | | | | | - added ppc_cflags to BUILD/SETUP.sh BUILD/SETUP.sh: - added ppc_cflags for compiling on Linux/PPC
* | Merge mysql.com:/home/jonas/src/mysql-4.1unknown2004-10-151-10/+10
|\ \ | | | | | | | | | | | | | | | | | | into mysql.com:/home/jonas/src/mysql-4.1-ndb
| * | compile-hpux11-parisc2-aCC:unknown2004-10-151-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | Fix a typo. Cleanup. BUILD/compile-hpux11-parisc2-aCC: Fix a typo. Cleanup.
* | | Don't compile -O1 if --with-debug=full (as it can optimize away the call stack)unknown2004-10-041-2/+9
|/ /
* | Mergeunknown2004-08-051-1/+1
|\ \ | | | | | | | | | | | | | | | | | | BitKeeper/etc/logging_ok: auto-union configure.in: SCCS merged
| * | -O4 may be slower if you don't have profiling info (as HP pal told me unknown2004-08-051-1/+1
| | | | | | | | | | | | | | | | | | | | | on OSCON)
* | | Merge 4.1 with jonas irix cloneunknown2004-08-031-4/+4
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BitKeeper/etc/logging_ok: auto-union ndb/include/kernel/NodeState.hpp: Auto merged ndb/include/ndbapi/NdbDictionary.hpp: Auto merged ndb/include/util/Bitmask.hpp: Auto merged ndb/src/common/debugger/EventLogger.cpp: Auto merged ndb/src/common/transporter/TransporterRegistry.cpp: Auto merged ndb/src/common/util/SocketServer.cpp: Auto merged ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp: Auto merged ndb/src/kernel/blocks/dbacc/DbaccMain.cpp: Auto merged ndb/src/kernel/blocks/dbdict/Dbdict.cpp: Auto merged ndb/src/kernel/blocks/dbdih/DbdihInit.cpp: Auto merged ndb/src/kernel/blocks/dbdih/DbdihMain.cpp: Auto merged ndb/src/kernel/blocks/dblqh/DblqhMain.cpp: Auto merged ndb/src/kernel/main.cpp: Auto merged ndb/src/kernel/blocks/dbtc/DbtcMain.cpp: Auto merged ndb/src/kernel/blocks/qmgr/QmgrMain.cpp: Auto merged ndb/src/kernel/error/ErrorReporter.hpp: Auto merged ndb/src/mgmapi/mgmapi.cpp: Auto merged ndb/src/mgmclient/CpcClient.cpp: Auto merged ndb/src/mgmsrv/Services.cpp: Auto merged ndb/src/ndbapi/Ndb.cpp: Auto merged ndb/src/ndbapi/NdbDictionaryImpl.cpp: Auto merged ndb/src/ndbapi/NdbEventOperationImpl.cpp: Auto merged ndb/src/ndbapi/Ndbinit.cpp: Auto merged ndb/test/include/NDBT_Table.hpp: Auto merged ndb/test/include/NDBT_Test.hpp: Auto merged ndb/test/run-test/main.cpp: Auto merged ndb/test/src/HugoOperations.cpp: Auto merged ndb/test/src/HugoTransactions.cpp: Auto merged ndb/test/src/NDBT_Tables.cpp: Auto merged ndb/test/src/NDBT_Test.cpp: Auto merged ndb/test/src/NdbRestarter.cpp: Auto merged ndb/tools/waiter.cpp: Auto merged sql/ha_ndbcluster.cc: Auto merged
| * | Merge mysql.com:/home/jonas/src/mysql-4.1unknown2004-07-261-4/+4
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/jonas/src/irix
| | * | Irix64 mipspro ndb compile fixesunknown2004-07-091-4/+4
| | | | | | | | | | | | | | | | | | | | BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* | | | Added --with-ndbcluster config option to compile-pentium-valgrind-maxunknown2004-07-292-6/+1
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | (since it's in the other -max builds already). BUILD/compile-pentium-max: Removed obviously obsolete comment. BUILD/compile-pentium-valgrind-max: Added same --with* options as for other -max builds (e.g. ndbcluster).
* | | Final touch: add compile-hpux11-parisc2-aCC to source distributionunknown2004-07-231-0/+1
| | |
* | | BUILD/compile-hpux11-parisc2-aCC: a handy script to compile on HP-UX11unknown2004-07-231-0/+80
|/ /
* | - re-enabled NDB cluster in compile-pentium-maxunknown2004-06-141-1/+1
| | | | | | | | | | BUILD/compile-pentium-max: - re-enabled NDB cluster
* | BUILD/compile-pentium-maintainer should not ever be needed since there is unknown2004-05-311-13/+0
| | | | | | | | | | | | | | | | no AM_MAINTAINER_MODE macro in configure.in BitKeeper/deleted/.del-compile-pentium-maintainer~3747d5c8d7ec49df: Delete: BUILD/compile-pentium-maintainer