diff options
author | kent@mysql.com/kent-amd64.(none) <> | 2007-01-05 16:57:23 +0100 |
---|---|---|
committer | kent@mysql.com/kent-amd64.(none) <> | 2007-01-05 16:57:23 +0100 |
commit | fa5a359f07ef1fffdfc7e2a4b73b13226279a248 (patch) | |
tree | e5bfc7b313d3bbe1a989bf817a5d9ce44d439bb3 /scripts/make_binary_distribution.sh | |
parent | 8941159ed81803936c7cba1adf5c15678f699c2c (diff) | |
parent | 528b457644eb6907c9b25c5842d9824451ca6091 (diff) | |
download | mariadb-git-fa5a359f07ef1fffdfc7e2a4b73b13226279a248.tar.gz |
Merge mysql.com:/home/kent/bk/tmp/mysql-4.1-build
into mysql.com:/home/kent/bk/tmp/mysql-5.0-build
Diffstat (limited to 'scripts/make_binary_distribution.sh')
-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 |