public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: "H.J. Lu" <hjl.tools@gmail.com>
To: Denis K <deniskravtsov@gmail.com>
Cc: GCC Development <gcc@gcc.gnu.org>
Subject: Re: gcc 4.x and support of x87 FPU in libstdc++
Date: Sun, 12 Jan 2014 09:00:00 -0000	[thread overview]
Message-ID: <CAMe9rOpY_Eq7a3oMj+CZ3zfxifcYK1HXQWnqirKgx+7LTHUL4Q@mail.gmail.com> (raw)
In-Reply-To: <CAOCMtD4s-3fkTpEht8Qaxex_1ZsJNRWY=5pcJDfOHS+wbrFrJQ@mail.gmail.com>

On Sat, Jan 11, 2014 at 6:54 PM, Denis K <deniskravtsov@gmail.com> wrote:
> Hello,
>
> I've been trying to compile gcc 4.5.4 from the sources using
> --with-fpmath=387 but I'm getting this error: "Invalid
> --with-fpmath=387". I looked in the configs and found that it doesn't
> support this option:
>
> case ${with_fpmath} in
>   avx)
>     tm_file="${tm_file} i386/avxmath.h"
>     ;;
>   sse)
>     tm_file="${tm_file} i386/ssemath.h"
>     ;;
>   *)
>     echo "Invalid --with-fpmath=$with_fpmath" 1>&2
>     exit 1
>
> Basically, I started this whole thing because I need to supply a
> statically linked executable for an old target platform (in fact, it's
> an old Celeron but without any SSE2 instructions that are apparently
> used by libstdc++ by DEFAULT). The executable crashes at the first

How did you configure GCC?


-- 
H.J.

  reply	other threads:[~2014-01-12  2:57 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-12  2:57 Denis K
2014-01-12  9:00 ` H.J. Lu [this message]
2014-01-12 15:50 Denis K
2014-01-12 17:37 ` H.J. Lu
2014-01-12 19:42   ` Denis K

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAMe9rOpY_Eq7a3oMj+CZ3zfxifcYK1HXQWnqirKgx+7LTHUL4Q@mail.gmail.com \
    --to=hjl.tools@gmail.com \
    --cc=deniskravtsov@gmail.com \
    --cc=gcc@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).