* config.gcc: Fix variable syntax.
From-SVN: r147666
This commit is contained in:
parent
06555043e5
commit
3f1c917c5d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue