diff options
author | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-03-01 19:15:49 +0000 |
---|---|---|
committer | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-03-01 19:15:49 +0000 |
commit | 19c49761eee969addc18866d6781fbae3725181e (patch) | |
tree | 06f920e4e70a6153db6074c0a96482d99f80f339 /gcc/cross-make | |
parent | a68bacb96b8a6dd9a730ac65167e83d3c08f6bc4 (diff) | |
download | gcc-19c49761eee969addc18866d6781fbae3725181e.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25518 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cross-make')
-rw-r--r-- | gcc/cross-make | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/cross-make b/gcc/cross-make index ec260d8dc39..84be67fd605 100644 --- a/gcc/cross-make +++ b/gcc/cross-make @@ -10,8 +10,5 @@ SYSTEM_HEADER_DIR = $(tooldir)/sys-include # Don't try to compile the things we can't compile. ALL = all.cross -# Use cross-compiler version of float.h. -FLOAT_H = $(CROSS_FLOAT_H) - # Don't install assert.h in /usr/local/include. assertdir = $(tooldir)/include |