diff options
author | kent@kent-amd64.(none) <> | 2007-01-05 17:30:40 +0100 |
---|---|---|
committer | kent@kent-amd64.(none) <> | 2007-01-05 17:30:40 +0100 |
commit | 1a0e36ea6d9d53a4220ac498b1a2729b829f7c59 (patch) | |
tree | 3e836d9784cda5a4a68e8e619207ea0dff64b21e /scripts | |
parent | 7e9361a34c86f3a88dc092c7d797ef8bd9f514f2 (diff) | |
parent | fa5a359f07ef1fffdfc7e2a4b73b13226279a248 (diff) | |
download | mariadb-git-1a0e36ea6d9d53a4220ac498b1a2729b829f7c59.tar.gz |
Merge mysql.com:/home/kent/bk/tmp/mysql-5.0-build
into mysql.com:/home/kent/bk/tmp/mysql-5.1-build
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 c033a25ef30..f457dbfd98e 100644 --- a/scripts/make_binary_distribution.sh +++ b/scripts/make_binary_distribution.sh @@ -369,7 +369,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 |