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/config/mips/t-cross64 | |
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/config/mips/t-cross64')
-rw-r--r-- | gcc/config/mips/t-cross64 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/mips/t-cross64 b/gcc/config/mips/t-cross64 index 9482412a844..bfca95072f7 100644 --- a/gcc/config/mips/t-cross64 +++ b/gcc/config/mips/t-cross64 @@ -2,8 +2,6 @@ SYSTEM_HEADER_DIR = /usr/cross64/usr/include AR = /usr/cross64/usr/bin/ar -FLOAT_H = $(CROSS_FLOAT_H) - # The rest of the file is identical to t-iris6. # Suppress building libgcc1.a, since the MIPS compiler port is complete |