mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
Merge mysql.com:/M40/mysql-4.0 into mysql.com:/M41/merge-4.1
This commit is contained in:
commit
6838660267
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ BASE=$BASE2
|
|||
if [ x"@GXX@" = x"yes" ] ; then
|
||||
gcclib=`@CC@ --print-libgcc-file`
|
||||
if [ $? -ne 0 ] ; then
|
||||
print "Warning: Couldn't find libgcc.a!"
|
||||
echo "Warning: Couldn't find libgcc.a!"
|
||||
else
|
||||
$CP $gcclib $BASE/lib/libmygcc.a
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue