From: Mike Stump Date: Mon, 29 Jul 2002 17:25:30 +0000 (+0000) Subject: config.gcc (target_gtfiles): Initialize... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6ab185d6a53a5d77b86144d26414b5167778384a;p=gcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1a105d4659d..f4e5c0f20a5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-07-29 Mike Stump + + * config.gcc (target_gtfiles): Initialize, as otherwise cross compilers hosted on + powerpc-apple-darwin6.0 won't even build. + 2002-07-29 Richard Earnshaw * arm.md (sibcall, sibcall_value): Add RETURN as part of the pattern, 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