Commit ef69da62 by Stan Shebs Committed by Stan Shebs

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
parent 3368e977
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> 2002-07-25 Aldy Hernandez <aldyh@redhat.com>
* config/rs6000/rs6000.c (function_arg_advance): SPE vararg * config/rs6000/rs6000.c (function_arg_advance): SPE vararg
......
...@@ -110,6 +110,8 @@ ...@@ -110,6 +110,8 @@
# cxx_target_objs List of extra target-dependent objects that be # cxx_target_objs List of extra target-dependent objects that be
# linked into the C++ compiler only. # 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_xm_defines List of macros to define when compiling for the
# build machine. # build machine.
# #
...@@ -1989,7 +1991,7 @@ powerpc-*-darwin*) ...@@ -1989,7 +1991,7 @@ powerpc-*-darwin*)
tm_p_file="${tm_p_file} darwin-protos.h" tm_p_file="${tm_p_file} darwin-protos.h"
tmake_file=rs6000/t-darwin tmake_file=rs6000/t-darwin
extra_objs="darwin.o" extra_objs="darwin.o"
config_gtfiles="${config_gtfiles} \$(srcdir)/config/darwin.c" target_gtfiles="\$(srcdir)/config/darwin.c"
c_target_objs="darwin-c.o" c_target_objs="darwin-c.o"
cxx_target_objs="darwin-c.o" cxx_target_objs="darwin-c.o"
# Darwin linker does collect2 functionality # Darwin linker does collect2 functionality
......
...@@ -4941,7 +4941,7 @@ objext='.o' ...@@ -4941,7 +4941,7 @@ objext='.o'
config_gtfiles= target_gtfiles=
build_xm_file= build_xm_file=
build_xm_defines= build_xm_defines=
build_install_headers_dir=install-headers-tar build_install_headers_dir=install-headers-tar
...@@ -8167,7 +8167,7 @@ all_outputs='Makefile intl/Makefile fixinc/Makefile gccbug mklibgcc mkheaders' ...@@ -8167,7 +8167,7 @@ all_outputs='Makefile intl/Makefile fixinc/Makefile gccbug mklibgcc mkheaders'
# List of language makefile fragments. # List of language makefile fragments.
all_lang_makefiles= all_lang_makefiles=
# Files for gengtype # Files for gengtype
all_gtfiles="$config_gtfiles" all_gtfiles="$target_gtfiles"
# Files for gengtype with language # Files for gengtype with language
all_gtfiles_files_langs= all_gtfiles_files_langs=
all_gtfiles_files_files= all_gtfiles_files_files=
......
...@@ -731,7 +731,7 @@ objext='.o' ...@@ -731,7 +731,7 @@ objext='.o'
AC_SUBST(manext) AC_SUBST(manext)
AC_SUBST(objext) AC_SUBST(objext)
config_gtfiles= target_gtfiles=
build_xm_file= build_xm_file=
build_xm_defines= build_xm_defines=
build_install_headers_dir=install-headers-tar build_install_headers_dir=install-headers-tar
...@@ -2407,7 +2407,7 @@ all_outputs='Makefile intl/Makefile fixinc/Makefile gccbug mklibgcc mkheaders' ...@@ -2407,7 +2407,7 @@ all_outputs='Makefile intl/Makefile fixinc/Makefile gccbug mklibgcc mkheaders'
# List of language makefile fragments. # List of language makefile fragments.
all_lang_makefiles= all_lang_makefiles=
# Files for gengtype # Files for gengtype
all_gtfiles="$config_gtfiles" all_gtfiles="$target_gtfiles"
# Files for gengtype with language # Files for gengtype with language
all_gtfiles_files_langs= all_gtfiles_files_langs=
all_gtfiles_files_files= all_gtfiles_files_files=
......
...@@ -234,7 +234,7 @@ machinery scans. There are three cases: ...@@ -234,7 +234,7 @@ machinery scans. There are three cases:
@enumerate a @enumerate a
@item @item
For a back-end file, this is usually done 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}. the appropriate port's entries in @file{config.gcc}.
@item @item
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment