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

From-SVN: r66935
This commit is contained in:
Nathanael Nerode 2003-05-18 18:44:46 +00:00
parent 595cac16ea
commit 6a38414a27
2 changed files with 6 additions and 0 deletions

View file

@ -1,5 +1,7 @@
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
target-independent comments. Update copyright notice.

View file

@ -224,6 +224,10 @@ enable_threads=$enable_threads_flag
target_gtfiles=
need_64bit_hwint=
# Don't carry these over build->host->target. Please.
xm_file=
md_file=
# Obsolete configurations.
case $machine in
dummy)