diff options
author | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-07-29 17:25:30 +0000 |
---|---|---|
committer | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-07-29 17:25:30 +0000 |
commit | 22ac052b185623a692f9173da4e7d61070afeec0 (patch) | |
tree | 7029eb2b69bffd6eb1fe3751e6499161018395a0 /gcc/config.gcc | |
parent | f4e29b4adc6b3ab3539ec954b51b0960311543f8 (diff) | |
download | gcc-22ac052b185623a692f9173da4e7d61070afeec0.tar.gz |
* config.gcc (target_gtfiles): Initialize, as otherwise cross compilers hosted on
powerpc-apple-darwin6.0 won't even build.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55838 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 0702f9ee4d5..9f2266f45bf 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -215,6 +215,7 @@ thread_file= gas="$gas_flag" gnu_ld="$gnu_ld_flag" enable_threads=$enable_threads_flag +target_gtfiles= # Obsolete configurations. case $machine in |