aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog2
-rw-r--r--gcc/config.gcc4
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 0d2afe0..47ea0f7 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/config.gcc b/gcc/config.gcc
index b8ceb03..9256c27 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)