Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
36c8977d
Commit
36c8977d
authored
Jan 25, 2005
by
monty@mysql.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/my/mysql-4.1
parents
bb1fe733
ef448b7f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
BUILD/SETUP.sh
BUILD/SETUP.sh
+3
-0
BUILD/compile-pentium64-debug
BUILD/compile-pentium64-debug
+13
-0
No files found.
BUILD/SETUP.sh
View file @
36c8977d
#!/bin/sh
if
!
test
-f
sql/mysqld.cc
if
!
test
-f
sql/mysqld.cc
then
then
echo
"You must run this script from the MySQL top-level directory"
echo
"You must run this script from the MySQL top-level directory"
...
@@ -49,6 +51,7 @@ max_configs="$max_no_es_configs --with-embedded-server"
...
@@ -49,6 +51,7 @@ max_configs="$max_no_es_configs --with-embedded-server"
alpha_cflags
=
"-mcpu=ev6 -Wa,-mev6"
# Not used yet
alpha_cflags
=
"-mcpu=ev6 -Wa,-mev6"
# Not used yet
amd64_cflags
=
"-DBIG_TABLES"
amd64_cflags
=
"-DBIG_TABLES"
pentium_cflags
=
"-mcpu=pentiumpro"
pentium_cflags
=
"-mcpu=pentiumpro"
pentium64_cflags
=
"-mcpu=nocona -m64"
ppc_cflags
=
"-mpowerpc -mcpu=powerpc"
ppc_cflags
=
"-mpowerpc -mcpu=powerpc"
sparc_cflags
=
""
sparc_cflags
=
""
...
...
BUILD/compile-pentium64-debug
0 → 100755
View file @
36c8977d
#! /bin/sh
path
=
`
dirname
$0
`
.
"
$path
/SETUP.sh"
extra_flags
=
"
$pentium64_cflags
$debug_cflags
"
c_warnings
=
"
$c_warnings
$debug_extra_warnings
"
cxx_warnings
=
"
$cxx_warnings
$debug_extra_warnings
"
extra_configs
=
"
$pentium_configs
$debug_configs
$static_link
"
extra_configs
=
"
$extra_configs
"
.
"
$path
/FINISH.sh"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment