OSDN Git Service

* configure.frag: Delete file.
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 31 Aug 2003 06:07:42 +0000 (06:07 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 31 Aug 2003 06:07:42 +0000 (06:07 +0000)
commita455468e9f5a16d5b354df6f7f4e3a7571c772cf
tree6b7798294fc47b211fc16dc6a97c40cc7b860112
parent3cd4a2f8fdf8eb686268fb88787ffd20d9280b51
* configure.frag: Delete file.
* configure.in: Rename the substitution variables
dep_host_xmake_file and dep_tmake_file to xmake_file and
tmake_file respectively.  Do not expand $srcdir in the
value of these; leave that for Make.  Introduce a new
substitution varaible, all_lang_makefrags, which lists
subdirectory Make-lang.in files; exclude these from
all_lang_makefiles, which is now only for subdirectory
outputs.  Do not invoke configure.frag.  Do not set nor
AC_SUBST_FILE target_overrides, host_overrides, or
language_fragments. Create build subdirectories in
config.status extra commands.
* configure: Regenerate.
* Makefile.in: Update substitutions to match changes to
configure.  Use include directives instead of @-insertions
to read in host, target, and language fragments.
(Makefile rule): Do not invoke configure.frag.  Do not copy
config.status to config.run before executing it.  Set
CONFIG_HEADERS and CONFIG_FILES so that only Makefile gets
regenerated.
(cstamp-h rule): Set CONFIG_FILES as well as CONFIG_HEADERS.
ada:
* Makefile.in: Update substitutions to match changes to
configure.  Use include directives instead of @-insertions
to read in host and target fragments.  Add a rule to
regenerate ada/Makefile.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70957 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/Makefile.in
gcc/ada/ChangeLog
gcc/ada/Makefile.in
gcc/configure
gcc/configure.frag [deleted file]
gcc/configure.in