diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-05-18 18:44:46 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-05-18 18:44:46 +0000 |
commit | 6a38414a27078581e85da3fddae0d27488a1bbcf (patch) | |
tree | aba41060ae0e2ccb912743b35a94a4a0c36e7615 /gcc/config.gcc | |
parent | 595cac16ea7c84cd752ea58f22816d10eb5e45fb (diff) | |
download | gcc-6a38414a27078581e85da3fddae0d27488a1bbcf.zip gcc-6a38414a27078581e85da3fddae0d27488a1bbcf.tar.gz gcc-6a38414a27078581e85da3fddae0d27488a1bbcf.tar.bz2 |
* config.gcc: Clear xm_file, md_file at the beginning of each pass.
From-SVN: r66935
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 4 |
1 files changed, 4 insertions, 0 deletions
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) |