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
70c6de97
Commit
70c6de97
authored
Feb 07, 2005
by
kent@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
compile-solaris-sparc-purify:
Set CCLD as well
parent
3dde8baa
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 @
70c6de97
...
@@ -61,7 +61,7 @@ purifying_binaries ()
...
@@ -61,7 +61,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
...
@@ -76,17 +76,17 @@ purifying_binaries ()
...
@@ -76,17 +76,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