Commit 06555043 by Andreas Schwab Committed by Andreas Schwab

* config.gcc: Fix variable syntax.

From-SVN: r147665
parent c4406f74
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.
......
......@@ -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)"
;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment