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
8b1ff4ef
Commit
8b1ff4ef
authored
Dec 28, 2007
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge trift2.:/MySQL/M51/bug33536-5.1
into trift2.:/MySQL/M51/push-5.1
parents
1e41f36c
642adf40
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
scripts/make_binary_distribution.sh
scripts/make_binary_distribution.sh
+6
-4
No files found.
scripts/make_binary_distribution.sh
View file @
8b1ff4ef
...
@@ -218,11 +218,13 @@ if [ x"$BASE_SYSTEM" != x"netware" ] ; then
...
@@ -218,11 +218,13 @@ if [ x"$BASE_SYSTEM" != x"netware" ] ; then
# If we compiled with gcc, copy libgcc.a to the dist as libmygcc.a
# If we compiled with gcc, copy libgcc.a to the dist as libmygcc.a
# ----------------------------------------------------------------------
# ----------------------------------------------------------------------
if
[
x
"@GXX@"
=
x
"yes"
]
;
then
if
[
x
"@GXX@"
=
x
"yes"
]
;
then
gcclib
=
`
@CC@ @CFLAGS@
--print-libgcc-file
`
gcclib
=
`
@CC@ @CFLAGS@
--print-libgcc-file
2>/dev/null
`
||
true
if
[
$?
-ne
0
]
;
then
if
[
-z
"
$gcclib
"
]
;
then
echo
"Warning: Couldn't find libgcc.a!"
echo
"Warning: Compiler doesn't tell libgcc.a!"
elif
[
-f
"
$gcclib
"
]
;
then
$CP
$gcclib
$BASE
/lib/libmygcc.a
else
else
$CP
$gcclib
$DEST
/lib/libmygcc.a
echo
"Warning: Compiler result '
$gcclib
' not found / no file!"
fi
fi
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