* config.gcc: Fix variable syntax.

From-SVN: r147666
This commit is contained in:
Andreas Schwab 2009-05-18 16:49:50 +00:00
parent 06555043e5
commit 3f1c917c5d

View file

@ -372,7 +372,7 @@ fi
case ${target} in
i[34567]86-w64-*)
tm_file="i386/biarch32.h $(tm_file)"
tm_file="i386/biarch32.h ${tm_file}"
;;
esac