Correctly handle implicitlibs="c gcc"

git-svn-id: trunk@21451 -
This commit is contained in:
pierre 2012-06-01 14:28:41 +00:00
parent a7f95382b6
commit 1759d5fc8e

View File

@ -71,7 +71,7 @@ fi
opt_handled=1
while [ $opt_handled -eq 1 ]
do
handle_option $1
handle_option "$1"
if [ $opt_handled -eq 1 ] ; then
shift
fi