]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/mkconfig.sh
Makefile.in (cs-tconfig.h): Pass USED_FOR_TARGET to mkconfig.sh
authorNathan Sidwell <nathan@codesourcery.com>
Sun, 8 May 2005 10:13:19 +0000 (10:13 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Sun, 8 May 2005 10:13:19 +0000 (10:13 +0000)
commit232b67d9f8f29a786e52f4d757a68ec6b032cfc7
tree379e548ad7e6cdc8908ed197771e9b289b60574f
parent56daab84ad1d63680d4f3b80fadec6a3c7b40fe8
Makefile.in (cs-tconfig.h): Pass USED_FOR_TARGET to mkconfig.sh

* Makefile.in (cs-tconfig.h): Pass USED_FOR_TARGET to mkconfig.sh
* aclocal.m4 (GCC_TARGET_TEMPLATE, AH_TEMPLATE): New.
* configure.ac (enable_checking): Fix typos in runtime_checking.
(ENABLE_RUNTIME_CHECKING): Mark as target template.
(xm_file): Prepend auto-host.h
(HAVE_GAS_HIDDEN, HAVE_LD_EH_FRAME_HDR): Mark as target template.
* mkconfig.sh: Do not automatically define USED_FOR_TARGET in
tconfig.h.
* crtstuff.c: Do not include auto-host.h.
(IN_LIBGCC2): Do not define.
* gcov-io.h: Include tconfig.h, not auto-host.h.
* libgcc2.c: Do not include auto-host.h.
(abort): Do not undefine.
* libgcov.c: Remove unneeded comment about config.h.
* unwind-dw2-fde-glibc.c: Do not inlude auto-host.h.
* config.in, configure: Regenerated.

Co-Authored-By: Paolo Bonzini <bonzini@gnu.org>
From-SVN: r99386
12 files changed:
gcc/ChangeLog
gcc/Makefile.in
gcc/aclocal.m4
gcc/config.in
gcc/configure
gcc/configure.ac
gcc/crtstuff.c
gcc/gcov-io.h
gcc/libgcc2.c
gcc/libgcov.c
gcc/mkconfig.sh
gcc/unwind-dw2-fde-glibc.c