diff options
author | Stan Shebs <shebs@apple.com> | 2002-07-27 20:54:52 +0000 |
---|---|---|
committer | Stan Shebs <shebs@gcc.gnu.org> | 2002-07-27 20:54:52 +0000 |
commit | ef69da62f4cc64ed95000e85ff91821d971b6af0 (patch) | |
tree | 6ae19a0ca914bda8569d6adf7920ea7a5feaf9e5 /gcc/config.gcc | |
parent | 3368e9773b7890a35bf9d00edfb7c5cabf2e05e8 (diff) | |
download | gcc-ef69da62f4cc64ed95000e85ff91821d971b6af0.zip gcc-ef69da62f4cc64ed95000e85ff91821d971b6af0.tar.gz gcc-ef69da62f4cc64ed95000e85ff91821d971b6af0.tar.bz2 |
configure.in: Rename config_gtfiles to target_gtfiles.
* configure.in: Rename config_gtfiles to target_gtfiles.
* configure: Regenerate.
* doc/gty.texi: Update reference.
* config.gcc (powerpc-*-darwin*): Set target_gtfiles
instead of appending to it.
From-SVN: r55801
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 1091b13..0702f9e 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -110,6 +110,8 @@ # cxx_target_objs List of extra target-dependent objects that be # linked into the C++ compiler only. # +# target_gtfiles List of extra source files with type information. +# # build_xm_defines List of macros to define when compiling for the # build machine. # @@ -1989,7 +1991,7 @@ powerpc-*-darwin*) tm_p_file="${tm_p_file} darwin-protos.h" tmake_file=rs6000/t-darwin extra_objs="darwin.o" - config_gtfiles="${config_gtfiles} \$(srcdir)/config/darwin.c" + target_gtfiles="\$(srcdir)/config/darwin.c" c_target_objs="darwin-c.o" cxx_target_objs="darwin-c.o" # Darwin linker does collect2 functionality |