diff options
author | unknown <kent@mysql.com/kent-amd64.(none)> | 2007-01-05 16:57:23 +0100 |
---|---|---|
committer | unknown <kent@mysql.com/kent-amd64.(none)> | 2007-01-05 16:57:23 +0100 |
commit | e44031c07b762c5e2780e99a7eabb46fc10175e2 (patch) | |
tree | e5bfc7b313d3bbe1a989bf817a5d9ce44d439bb3 /scripts | |
parent | bd4838a61c866b2473dde183135e5bede151339e (diff) | |
parent | 3e27008f14683d5687a796860f65f28913a6b0d0 (diff) | |
download | mariadb-git-e44031c07b762c5e2780e99a7eabb46fc10175e2.tar.gz |
Merge mysql.com:/home/kent/bk/tmp/mysql-4.1-build
into mysql.com:/home/kent/bk/tmp/mysql-5.0-build
scripts/make_binary_distribution.sh:
Auto merged
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/make_binary_distribution.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh index 99bb9ea78a4..461b04a9ce5 100644 --- a/scripts/make_binary_distribution.sh +++ b/scripts/make_binary_distribution.sh @@ -360,7 +360,7 @@ BASE=$BASE2 # if [ x"@GXX@" = x"yes" ] ; then - gcclib=`@CC@ --print-libgcc-file` + gcclib=`@CC@ @CFLAGS@ --print-libgcc-file` if [ $? -ne 0 ] ; then echo "Warning: Couldn't find libgcc.a!" else |