From: Mike Stump Date: Mon, 29 Jul 2002 17:25:30 +0000 (+0000) Subject: config.gcc (target_gtfiles): Initialize... X-Git-Tag: releases/gcc-3.3.0~3585 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6ab185d6a53a5d77b86144d26414b5167778384a;p=thirdparty%2Fgcc.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 1a105d4659d4..f4e5c0f20a51 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 0702f9ee4d59..9f2266f45bf7 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