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
5371798e
Commit
5371798e
authored
Sep 13, 2006
by
brian@dib
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
This fixes support for building mysql on Solaris with GNU tools.
parent
28b90bfa
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
18 deletions
+14
-18
BUILD/check-cpu
BUILD/check-cpu
+4
-0
BUILD/compile-solaris-sparc
BUILD/compile-solaris-sparc
+5
-9
BUILD/compile-solaris-sparc-debug
BUILD/compile-solaris-sparc-debug
+5
-9
No files found.
BUILD/check-cpu
View file @
5371798e
...
...
@@ -113,6 +113,10 @@ case "$cpu_family--$model_name" in
cpu_arg
=
'powerpc'
;;
*
SunOS
*
)
cpu_arg
=
''
;;
# unknown
*
)
cpu_arg
=
""
;
...
...
BUILD/compile-solaris-sparc
View file @
5371798e
#! /bin/sh
gmake
-k
clean
||
true
/bin/rm
-f
*
/.deps/
*
.P config.cache
#!/usr/bin/bash
path
=
`
dirname
$0
`
.
"
$path
/
autorun
.sh"
CFLAGS
=
"-g -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -mcpu=v8 -Wa,-xarch=v8plusa"
CXX
=
gcc
CXXFLAGS
=
"-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -mcpu=v8 -Wa,-xarch=v8plusa -g"
./configure
--prefix
=
/usr/local/mysql
--enable-assembler
--with-extra-charsets
=
complex
--enable-thread-safe-client
.
"
$path
/
SETUP
.sh"
extra_flags
=
""
extra_configs
=
"
$max_configs
"
gmake
-j
4
.
"
$path
/FINISH.sh"
BUILD/compile-solaris-sparc-debug
View file @
5371798e
#! /bin/sh
gmake
-k
clean
||
true
/bin/rm
-f
*
/.deps/
*
.P config.cache
#!/usr/bin/bash
path
=
`
dirname
$0
`
.
"
$path
/
autorun
.sh"
CFLAGS
=
"-g -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -mcpu=v8 -Wa,-xarch=v8plusa"
CXX
=
gcc
CXXFLAGS
=
"-Wimplicit -Wreturn-type -Wid-clash-51 -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -mcpu=v8 -Wa,-xarch=v8plusa -g"
./configure
--prefix
=
/usr/local/mysql
--enable-assembler
--with-extra-charsets
=
complex
--enable-thread-safe-client
--with-debug
.
"
$path
/
SETUP
.sh"
extra_flags
=
"
$debug_cflags
"
extra_configs
=
"
$debug_configs
$max_configs
"
gmake
-j
4
.
"
$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