From 6a38414a27078581e85da3fddae0d27488a1bbcf Mon Sep 17 00:00:00 2001 From: Nathanael Nerode Date: Sun, 18 May 2003 18:44:46 +0000 Subject: [PATCH] * config.gcc: Clear xm_file, md_file at the beginning of each pass. From-SVN: r66935 --- gcc/ChangeLog | 2 ++ gcc/config.gcc | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0d2afe0b3a4..47ea0f7706f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ 2003-05-18 Nathanael Nerode + * 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. diff --git a/gcc/config.gcc b/gcc/config.gcc index b8ceb03e20b..9256c27f476 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -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) -- 2.30.2