diff options
author | Mike Stump <mrs@apple.com> | 2002-07-29 17:25:30 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2002-07-29 17:25:30 +0000 |
commit | 6ab185d6a53a5d77b86144d26414b5167778384a (patch) | |
tree | 7029eb2b69bffd6eb1fe3751e6499161018395a0 | |
parent | 437974a94b8193a1d83309e4206a55d13723bd71 (diff) | |
download | gcc-6ab185d6a53a5d77b86144d26414b5167778384a.zip gcc-6ab185d6a53a5d77b86144d26414b5167778384a.tar.gz gcc-6ab185d6a53a5d77b86144d26414b5167778384a.tar.bz2 |
config.gcc (target_gtfiles): Initialize...
* config.gcc (target_gtfiles): Initialize, as otherwise cross compilers hosted on
powerpc-apple-darwin6.0 won't even build.
From-SVN: r55838
-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 |