diff options
author | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-05-18 18:44:46 +0000 |
---|---|---|
committer | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-05-18 18:44:46 +0000 |
commit | b696fe80ad82b17fa7655e2da74077bcc13ad15b (patch) | |
tree | aba41060ae0e2ccb912743b35a94a4a0c36e7615 /gcc/config.gcc | |
parent | da4f9b0275ad111df9f8ac75969ff90df30d04a3 (diff) | |
download | gcc-b696fe80ad82b17fa7655e2da74077bcc13ad15b.tar.gz |
* config.gcc: Clear xm_file, md_file at the beginning of each pass.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66935 138bc75d-0d04-0410-961f-82ee72b054a4
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 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) |