]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure.in: Rename config_gtfiles to target_gtfiles.
authorStan Shebs <shebs@apple.com>
Sat, 27 Jul 2002 20:54:52 +0000 (20:54 +0000)
committerStan Shebs <shebs@gcc.gnu.org>
Sat, 27 Jul 2002 20:54:52 +0000 (20:54 +0000)
        * 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

gcc/ChangeLog
gcc/config.gcc
gcc/configure
gcc/configure.in
gcc/doc/gty.texi

index 32034bd08ad83c1ee14a8b0d6bcf429474c5557b..73dbfb5a5a8b3e54696fff3969bc51be37494b7c 100644 (file)
@@ -1,3 +1,11 @@
+2002-07-27  Stan Shebs  <shebs@apple.com>
+
+       * 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.
+
 2002-07-25  Aldy Hernandez  <aldyh@redhat.com>
 
        * config/rs6000/rs6000.c (function_arg_advance): SPE vararg
index 1091b13fad0e0616299af67c064ad522927fc9ba..0702f9ee4d5996e13dd7cb99f3d294a1dce8fb74 100644 (file)
 #  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
index cf0ea626af8ea4c95e3ba3356a01c86486b0a681..e980e137e80f68000e0e60f8bd635777b3dd5b9c 100755 (executable)
@@ -4941,7 +4941,7 @@ objext='.o'
 
 
 
-config_gtfiles=
+target_gtfiles=
 build_xm_file=
 build_xm_defines=
 build_install_headers_dir=install-headers-tar
@@ -8167,7 +8167,7 @@ all_outputs='Makefile intl/Makefile fixinc/Makefile gccbug mklibgcc mkheaders'
 # List of language makefile fragments.
 all_lang_makefiles=
 # Files for gengtype
-all_gtfiles="$config_gtfiles"
+all_gtfiles="$target_gtfiles"
 # Files for gengtype with language
 all_gtfiles_files_langs=
 all_gtfiles_files_files=
index da47e022cadf20f34c4e497dc4f69511b88fffe1..74d8757b5ad8d9f14912cdd751188a481b78a393 100644 (file)
@@ -731,7 +731,7 @@ objext='.o'
 AC_SUBST(manext)
 AC_SUBST(objext)
 
-config_gtfiles=
+target_gtfiles=
 build_xm_file=
 build_xm_defines=
 build_install_headers_dir=install-headers-tar
@@ -2407,7 +2407,7 @@ all_outputs='Makefile intl/Makefile fixinc/Makefile gccbug mklibgcc mkheaders'
 # List of language makefile fragments.
 all_lang_makefiles=
 # Files for gengtype
-all_gtfiles="$config_gtfiles"
+all_gtfiles="$target_gtfiles"
 # Files for gengtype with language
 all_gtfiles_files_langs=
 all_gtfiles_files_files=
index 37e87c63e7a49aa314c6cc85e06806f5dea8f2ea..8dedc6a18457a823e5c6fa11a4aa3f5ab6486633 100644 (file)
@@ -234,7 +234,7 @@ machinery scans.  There are three cases:
 @enumerate a
 @item
 For a back-end file, this is usually done
-automatically; if not, you should add it to @code{config_gtfiles} in
+automatically; if not, you should add it to @code{target_gtfiles} in
 the appropriate port's entries in @file{config.gcc}. 
 
 @item