]> gcc.gnu.org Git - gcc.git/commit
Patch to fix solaris2 float.h/limits.h conflict.
authorJim Wilson <wilson@cygnus.com>
Mon, 1 Mar 1999 19:15:49 +0000 (19:15 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Mon, 1 Mar 1999 19:15:49 +0000 (11:15 -0800)
commit027ea2a719d4622b7db7662cf3b236b2ad640094
tree06f920e4e70a6153db6074c0a96482d99f80f339
parent487f99d2ab1d0db37eb0c68290d81b77539155ed
Patch to fix solaris2 float.h/limits.h conflict.

* Makefile.in (CROSS_FLOAT_H): Delete.
(FLOAT_H): Use float_h_file.
(rest.cross, stmp-int-hdrs): Delete gfloat.h dependency.
(gfloat.h): Delete.
(stmp-int-hdrs): Use FLOAT_H instead of gfloat.h.
(mostlyclean): Delete gloat.h reference.
(install-cross-rest, install-float-h-cross, stmp-headers): Update
comments.
* configure.in (sparcv9-*-solaris2*): Set float_format to none.
(sparc-*-solaris2*): Set float_format to none for 2.5 and higher.
(float_h_file): Set from float_format.  Substitute into Makefile.in.
(float_format): No longer substitute into Makefile.in.
* cross-make (FLOAT_H): Delete.
* config/mips/t-cross64 (FLOAT_H): Delete.
* configure: Rebuilt.

From-SVN: r25518
gcc/ChangeLog
gcc/Makefile.in
gcc/config/mips/t-cross64
gcc/configure
gcc/configure.in
gcc/cross-make
This page took 1.695463 seconds and 5 git commands to generate.