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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
95ce2ed9
Commit
95ce2ed9
authored
Feb 07, 2005
by
kent@mysql.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge mysql.com:/Users/kent/mysql/bk/mysql-4.1-perl
into mysql.com:/Users/kent/mysql/bk/mysql-5.0-compile
parents
b0c4128c
70c6de97
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
BUILD/compile-solaris-sparc-purify
BUILD/compile-solaris-sparc-purify
+4
-4
No files found.
BUILD/compile-solaris-sparc-purify
View file @
95ce2ed9
...
@@ -60,7 +60,7 @@ purifying_binaries ()
...
@@ -60,7 +60,7 @@ purifying_binaries ()
if
[
-n
"
$cxxfilt
"
]
;
then
if
[
-n
"
$cxxfilt
"
]
;
then
opts
=
"
$opts
-demangle-program=
$cxxfilt
"
opts
=
"
$opts
-demangle-program=
$cxxfilt
"
fi
fi
opts
=
"
$opts
-best-effort
g++
"
opts
=
"
$opts
-best-effort"
back
=
`
pwd
`
back
=
`
pwd
`
cd
$dir
cd
$dir
...
@@ -75,17 +75,17 @@ purifying_binaries ()
...
@@ -75,17 +75,17 @@ purifying_binaries ()
fi
fi
if
[
-n
"
$mode
"
-a
$mode
=
purify
]
;
then
if
[
-n
"
$mode
"
-a
$mode
=
purify
]
;
then
gmake
C
XXLD
=
"purify
$opts
"
$target
gmake
C
CLD
=
"purify
$opts
gcc"
CXXLD
=
"purify
$opts
g++
"
$target
mv
$binary
$binary
-purify
mv
$binary
$binary
-purify
fi
fi
if
[
-n
"
$mode
"
-a
$mode
=
quantify
]
;
then
if
[
-n
"
$mode
"
-a
$mode
=
quantify
]
;
then
gmake
C
XXLD
=
"quantify
$opts
"
$target
gmake
C
CLD
=
"quantify
$opts
gcc"
CXXLD
=
"quantify
$opts
g++
"
$target
mv
$binary
$binary
-quantify
mv
$binary
$binary
-quantify
fi
fi
if
[
-n
"
$mode
"
-a
$mode
=
purecov
]
;
then
if
[
-n
"
$mode
"
-a
$mode
=
purecov
]
;
then
gmake
C
XXLD
=
"purecov
$opts
"
$target
gmake
C
CLD
=
"purecov
$opts
gcc"
CXXLD
=
"purecov
$opts
g++
"
$target
mv
$binary
$binary
-purecov
mv
$binary
$binary
-purecov
fi
fi
...
...
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