public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/8765] -msoft-float does not work for mipsel-linux, and probably others
       [not found] <20021130073600.8765.bart@etpmod.phys.tue.nl>
@ 2003-08-06  5:47 ` pinskia at physics dot uc dot edu
  2003-08-06  5:55 ` cgd at broadcom dot com
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-08-06  5:47 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8765


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement
             Status|WAITING                     |NEW
          Component|other                       |bootstrap
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-08-06 05:47:39
               date|                            |


------- Additional Comments From pinskia at physics dot uc dot edu  2003-08-06 05:47 -------
I can confirm that mipsel-linux is not multi-libed for msoft-float.


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug bootstrap/8765] -msoft-float does not work for mipsel-linux, and probably others
       [not found] <20021130073600.8765.bart@etpmod.phys.tue.nl>
  2003-08-06  5:47 ` [Bug bootstrap/8765] -msoft-float does not work for mipsel-linux, and probably others pinskia at physics dot uc dot edu
@ 2003-08-06  5:55 ` cgd at broadcom dot com
  2003-08-06  7:06 ` neroden at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: cgd at broadcom dot com @ 2003-08-06  5:55 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8765



------- Additional Comments From cgd at broadcom dot com  2003-08-06 05:55 -------
Subject: Re:  -msoft-float does not work for
 mipsel-linux, and probably others

At Wed, 6 Aug 2003 05:47:54 +0000 (UTC), "pinskia at physics dot uc dot edu" wrote:
> I can confirm that mipsel-linux is not multi-libed for msoft-float.

At least to my mind, it shouldn't be, either.

If you're building a soft-float system, you should build a compiler
and build glibc that uses soft-float.  There's no well-defined place
for soft-float multilibs to go.

(compare with n32/n64, which have well-defined places in the file
system to live when installed together with o32.  There's no such
place for soft-float.)



cgd


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug bootstrap/8765] -msoft-float does not work for mipsel-linux, and probably others
       [not found] <20021130073600.8765.bart@etpmod.phys.tue.nl>
  2003-08-06  5:47 ` [Bug bootstrap/8765] -msoft-float does not work for mipsel-linux, and probably others pinskia at physics dot uc dot edu
  2003-08-06  5:55 ` cgd at broadcom dot com
@ 2003-08-06  7:06 ` neroden at gcc dot gnu dot org
  2003-08-07 18:09 ` rsandifo at redhat dot com
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: neroden at gcc dot gnu dot org @ 2003-08-06  7:06 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8765



------- Additional Comments From neroden at gcc dot gnu dot org  2003-08-06 07:06 -------
There should, however be an easy way to build a cross to a non-multilibbed soft-float system.  I'm not clear from this report whether *that* is a 
problem.


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug bootstrap/8765] -msoft-float does not work for mipsel-linux, and probably others
       [not found] <20021130073600.8765.bart@etpmod.phys.tue.nl>
                   ` (2 preceding siblings ...)
  2003-08-06  7:06 ` neroden at gcc dot gnu dot org
@ 2003-08-07 18:09 ` rsandifo at redhat dot com
  2003-08-11 17:31 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: rsandifo at redhat dot com @ 2003-08-07 18:09 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8765



------- Additional Comments From rsandifo at redhat dot com  2003-08-07 18:09 -------
Subject: Re:  -msoft-float does not work for mipsel-linux, and probably others

"neroden at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org> writes:
> There should, however be an easy way to build a cross to a
> non-multilibbed soft-float system.  I'm not clear from this report
> whether *that* is a problem.

Well, as far as I know, we don't support a -msoft-float version of
mips-linux-gnu.

Richard


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug bootstrap/8765] -msoft-float does not work for mipsel-linux, and probably others
       [not found] <20021130073600.8765.bart@etpmod.phys.tue.nl>
                   ` (3 preceding siblings ...)
  2003-08-07 18:09 ` rsandifo at redhat dot com
@ 2003-08-11 17:31 ` pinskia at gcc dot gnu dot org
  2003-08-19 21:19 ` drow at mvista dot com
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-08-11 17:31 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8765



------- Additional Comments From pinskia at gcc dot gnu dot org  2003-08-11 17:31 -------
Sounds like mipsel-uClibc uses soft-floats.


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug bootstrap/8765] -msoft-float does not work for mipsel-linux, and probably others
       [not found] <20021130073600.8765.bart@etpmod.phys.tue.nl>
                   ` (4 preceding siblings ...)
  2003-08-11 17:31 ` pinskia at gcc dot gnu dot org
@ 2003-08-19 21:19 ` drow at mvista dot com
  2003-10-03  2:40 ` baitisj at evolution dot com
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: drow at mvista dot com @ 2003-08-19 21:19 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8765



------- Additional Comments From drow at mvista dot com  2003-08-19 21:19 -------
Subject: Re:  -msoft-float does not work for mipsel-linux, and probably others

On Thu, Aug 07, 2003 at 06:09:48PM -0000, rsandifo at redhat dot com wrote:
> Well, as far as I know, we don't support a -msoft-float version of
> mips-linux-gnu.

It works, though.  Try --with-float=soft.


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug bootstrap/8765] -msoft-float does not work for mipsel-linux, and probably others
       [not found] <20021130073600.8765.bart@etpmod.phys.tue.nl>
                   ` (5 preceding siblings ...)
  2003-08-19 21:19 ` drow at mvista dot com
@ 2003-10-03  2:40 ` baitisj at evolution dot com
  2003-10-03  2:44 ` drow at gcc dot gnu dot org
  2005-09-25 22:25 ` pinskia at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: baitisj at evolution dot com @ 2003-10-03  2:40 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8765



------- Additional Comments From baitisj at evolution dot com  2003-10-03 02:40 -------
Subject: Re: Daniel Jacobowitz  2003-08-19 21:19

I've tried building GCC 3.3.1 with --with-float=soft. I receive NAN's as output
in the binaries, too. Modifying config/t-linux seems to fix the problems.


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug bootstrap/8765] -msoft-float does not work for mipsel-linux, and probably others
       [not found] <20021130073600.8765.bart@etpmod.phys.tue.nl>
                   ` (6 preceding siblings ...)
  2003-10-03  2:40 ` baitisj at evolution dot com
@ 2003-10-03  2:44 ` drow at gcc dot gnu dot org
  2005-09-25 22:25 ` pinskia at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: drow at gcc dot gnu dot org @ 2003-10-03  2:44 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8765



------- Additional Comments From drow at gcc dot gnu dot org  2003-10-03 02:44 -------
GCC 3.3.1 doesn't support --with-float=soft.  Try CVS HEAD.


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug bootstrap/8765] -msoft-float does not work for mipsel-linux, and probably others
       [not found] <20021130073600.8765.bart@etpmod.phys.tue.nl>
                   ` (7 preceding siblings ...)
  2003-10-03  2:44 ` drow at gcc dot gnu dot org
@ 2005-09-25 22:25 ` pinskia at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-09-25 22:25 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-25 22:25 -------
So does --with-float=soft works on 3.4.0 and above?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8765


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug bootstrap/8765] -msoft-float does not work for mipsel-linux, and probably others
       [not found] <bug-8765-5245@http.gcc.gnu.org/bugzilla/>
@ 2005-11-28  5:18 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-11-28  5:18 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from pinskia at gcc dot gnu dot org  2005-11-28 05:18 -------
No feedback in over two years now.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8765


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2005-11-28  5:18 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20021130073600.8765.bart@etpmod.phys.tue.nl>
2003-08-06  5:47 ` [Bug bootstrap/8765] -msoft-float does not work for mipsel-linux, and probably others pinskia at physics dot uc dot edu
2003-08-06  5:55 ` cgd at broadcom dot com
2003-08-06  7:06 ` neroden at gcc dot gnu dot org
2003-08-07 18:09 ` rsandifo at redhat dot com
2003-08-11 17:31 ` pinskia at gcc dot gnu dot org
2003-08-19 21:19 ` drow at mvista dot com
2003-10-03  2:40 ` baitisj at evolution dot com
2003-10-03  2:44 ` drow at gcc dot gnu dot org
2005-09-25 22:25 ` pinskia at gcc dot gnu dot org
     [not found] <bug-8765-5245@http.gcc.gnu.org/bugzilla/>
2005-11-28  5:18 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).