diff options
| -rw-r--r-- | gcc/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/config.gcc | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1a105d4..f4e5c0f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-07-29 Mike Stump <mrs@apple.com> + + * config.gcc (target_gtfiles): Initialize, as otherwise cross compilers hosted on + powerpc-apple-darwin6.0 won't even build. + 2002-07-29 Richard Earnshaw <rearnsha@arm.com> * arm.md (sibcall, sibcall_value): Add RETURN as part of the pattern, diff --git a/gcc/config.gcc b/gcc/config.gcc index 0702f9e..9f2266f 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 |
