OSDN Git Service

* config.gcc: Fix variable syntax.
authorschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 May 2009 16:49:50 +0000 (16:49 +0000)
committerschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 May 2009 16:49:50 +0000 (16:49 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@147666 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config.gcc

index 2177490..3763bd9 100644 (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