summaryrefslogtreecommitdiff
path: root/BUILD/compile-ppc-max
Commit message (Collapse)AuthorAgeFilesLines
* Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
| | | | * Update wrong zip-code
* Correcting the permissions of the executable files.Murthy Narkedimilli2013-03-201-0/+0
|
* Fix for Bug 16395495 - OLD FSF ADDRESS IN GPL HEADERMurthy Narkedimilli2013-03-191-1/+1
|
* Updated/added copyright headersMurthy Narkedimilli2013-02-261-1/+2
|\
| * Updated/added copyright headers.Murthy Narkedimilli2013-02-251-1/+1
|/
* MergeKent Boortz2010-12-291-0/+15
|\
| * - Added/updated copyright headersKent Boortz2010-12-281-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | - Removed files specific to compiling on OS/2 - Removed files specific to SCO Unix packaging - Removed "libmysqld/copyright", text is included in documentation - Removed LaTeX headers for NDB Doxygen documentation - Removed obsolete NDB files - Removed "mkisofs" binaries - Removed the "cvs2cl.pl" script - Changed a few GPL texts to use "program" instead of "library"
* | Remove dead code from BUILD/ scripts.unknown2006-04-051-1/+1
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BUILD/SETUP.sh: Remove dead options. BUILD/compile-amd64-debug-max-no-ndb: Remove dead options. BUILD/compile-amd64-debug-max: Remove dead options. BUILD/compile-amd64-max: Remove dead options. BUILD/compile-darwin-mwcc: Remove dead options. BUILD/compile-pentium-debug-max-no-embedded: Remove dead options. BUILD/compile-pentium-debug-max-no-ndb: Remove dead options. BUILD/compile-pentium-debug-max: Remove dead options. BUILD/compile-pentium-icc-valgrind-max: Remove dead options. BUILD/compile-pentium-max: Remove dead options. BUILD/compile-pentium-valgrind-max: Remove dead options. There is no ISAM any more. BUILD/compile-pentium64-debug-max: Remove dead options. BUILD/compile-pentium64-valgrind-max: Remove dead options. There is no ISAM any more. BUILD/compile-ppc-debug-max-no-ndb: Remove dead options. BUILD/compile-ppc-debug-max: Remove dead options. BUILD/compile-ppc-max: Remove dead options.
* Fix all BUILD/*max* scripts to use -DBIG_TABLES, like our real Max builds do.unknown2005-01-191-3/+1
| | | | | | | | | | | | | | | | | | | | | | (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-131-3/+1
| | | | | | | | | | | | | | | | | | | | | 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
* - fixed file permissions (need execute bits set)unknown2004-12-021-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-021-0/+13
- added ppc_cflags to BUILD/SETUP.sh BUILD/SETUP.sh: - added ppc_cflags for compiling on Linux/PPC