Commit 6a38414a by Nathanael Nerode

* config.gcc: Clear xm_file, md_file at the beginning of each pass.

From-SVN: r66935
parent 595cac16
2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org> 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
* config.gcc: Clear xm_file, md_file at the beginning of each pass.
* config/stormy16/stormy16.h: Remove about 3000 lines of * config/stormy16/stormy16.h: Remove about 3000 lines of
target-independent comments. Update copyright notice. target-independent comments. Update copyright notice.
......
...@@ -224,6 +224,10 @@ enable_threads=$enable_threads_flag ...@@ -224,6 +224,10 @@ enable_threads=$enable_threads_flag
target_gtfiles= target_gtfiles=
need_64bit_hwint= need_64bit_hwint=
# Don't carry these over build->host->target. Please.
xm_file=
md_file=
# Obsolete configurations. # Obsolete configurations.
case $machine in case $machine in
dummy) dummy)
......
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