]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/doc/install.texi
Makefile.in (tm_defines): New configuration variable.
authorJohn David Anglin <dave@hiauly1.hia.nrc.ca>
Sat, 15 Jun 2002 17:31:32 +0000 (17:31 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 15 Jun 2002 17:31:32 +0000 (17:31 +0000)
commitd5355cb2c6e1748f221a88b36902a798fa9a0cd2
tree9cc8a7452fc815ed1f99db6300c934bf5fb50b22
parent8dcb27ed86eb249675749e35b1440a8ccfd03881
Makefile.in (tm_defines): New configuration variable.

* Makefile.in (tm_defines): New configuration variable.
(cs-config.h, cs-hconfig.h, cs-tconfig.h): Rename DEFINES to XM_DEFINES.
Pass tm_defines in TM_DEFINES.
(cs-tm_p.h): Rename DEFINES to XM_DEFINES.  Pass TM_DEFINES.
* config.gcc (tm_defines): New configuration variable.
(hppa*-*-* | parisc*-*-*): Use tm_defines instead of pa-700.h and
pa-7100.h headers.  Change hppa1* scheduling default to 7100LC.
* configure.in: Substitute tm_defines.
* configure: Rebuilt.
* mkconfig.sh: Rename DEFINES to XM_DEFINES.  Output TM_DEFINES.
* doc/install.texi: Update.
* pa/pa-700.h: Delete file.
* pa/pa-7100.h: Delete file.

From-SVN: r54648
gcc/ChangeLog
gcc/Makefile.in
gcc/config.gcc
gcc/config/pa/pa-700.h [deleted file]
gcc/config/pa/pa-7100.h [deleted file]
gcc/configure
gcc/configure.in
gcc/doc/install.texi
gcc/mkconfig.sh