* config.gcc: Fix variable syntax.
authorAndreas Schwab <schwab@linux-m68k.org>
Mon, 18 May 2009 16:22:47 +0000 (16:22 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Mon, 18 May 2009 16:22:47 +0000 (16:22 +0000)
From-SVN: r147665

gcc/ChangeLog
gcc/config.gcc

index 7b2a7bf6537cb0eda8caebab105e8c0303cf99a2..68b34198c90b998e77138cd11c77fc4171d10acc 100644 (file)
@@ -1,5 +1,7 @@
 2009-05-18  Andreas Schwab  <schwab@linux-m68k.org>
 
+       * config.gcc: Fix variable syntax.
+
        PR target/39531
        * config/m68k/m68k.c (output_andsi3): Mask off sign bit copies
        before calling exact_log2.
index e5ea2c0284b5037843c60ed8d0861ab5220c073c..2177490e311d943dea72dd5fb6cee822e3640c8d 100644 (file)
@@ -370,7 +370,7 @@ then
        extra_options="${extra_options} ${cpu_type}/${cpu_type}.opt"
 fi
 
-case $(target) in
+case ${target} in
 i[34567]86-w64-*)
        tm_file="i386/biarch32.h $(tm_file)"
        ;;