linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: "Sangmoon Kim" <dogoil@etinsys.com>
To: <linuxppc-embedded@lists.linuxppc.org>,
	"Dr. Craig Hollabaugh" <craig@hollabaugh.com>
Subject: Re: Cross compiling glibc-2.2.3
Date: Thu, 18 Apr 2002 10:36:39 +0900	[thread overview]
Message-ID: <002401c1e679$7e69f8b0$1a11efcb@industrialDiv.hanasys.co.kr> (raw)
In-Reply-To: 3.0.3.32.20020417095725.006a2034@spudcentral.com


Hi, Dr. Craig Hollabaugh,

> >3. Edit the sysdeps/powerpc/Makefile
> >#ifeq ($(subdir),gmon)
> >#libm-support += fenv_const fe_nomask
> >#endif
>
> Kim,
>
> What does this step actually do?
>

I just referenced the denx patch. So I don't have the exact knowledge obout it. I guess the step is for omitting floating point because MPC860 doesn;t support it.I think supporting floating in kernel by floating-point interrupt,
and compile glibc without -msoft-float or -D_SOFT_FLOAT is better.But the guys in this list doesn't seam to recommand it.

> Also, should that be math above instead gmon?
>
> #ifeq ($(subdir),math)
> #libm-support += fenv_const fe_nomask
> #endif
>
That was my mistake. I meant...
#ifeq ($(subdir),math)
#libm-support += fenv_const fe_nomask
#endif


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

       reply	other threads:[~2002-04-18  1:36 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <3.0.3.32.20020417095725.006a2034@spudcentral.com>
2002-04-18  1:36 ` Sangmoon Kim [this message]
2002-04-18  1:48   ` Cross compiling glibc-2.2.3 Dr. Craig Hollabaugh
2002-04-17  1:10 Sangmoon Kim
  -- strict thread matches above, loose matches on Subject: below --
2002-04-16 15:30 IGOR LURI

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='002401c1e679$7e69f8b0$1a11efcb@industrialDiv.hanasys.co.kr' \
    --to=dogoil@etinsys.com \
    --cc=craig@hollabaugh.com \
    --cc=linuxppc-embedded@lists.linuxppc.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 NNTP newsgroup(s).