public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* --nfp configure option still alive?
@ 2005-09-17 14:02 Lior Balkohen
  2005-09-30 15:26 ` Nick Clifton
  0 siblings, 1 reply; 4+ messages in thread
From: Lior Balkohen @ 2005-09-17 14:02 UTC (permalink / raw)
  To: binutils

is the --nfp configure option still alive for targets which do not
have an fpu or we can omit this option also for targets without fpu?

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

* Re: --nfp configure option still alive?
  2005-09-17 14:02 --nfp configure option still alive? Lior Balkohen
@ 2005-09-30 15:26 ` Nick Clifton
  2005-09-30 20:08   ` Mike Frysinger
       [not found]   ` <196b7d310509301545x435acde8o@mail.gmail.com>
  0 siblings, 2 replies; 4+ messages in thread
From: Nick Clifton @ 2005-09-30 15:26 UTC (permalink / raw)
  To: balkohen; +Cc: binutils

Hi Lior,

> is the --nfp configure option still alive for targets which do not
> have an fpu or we can omit this option also for targets without fpu?

The answer is probably "no", but in order to be sure, can say for which 
target you want to configure without fpu support ?

Cheers
   Nick

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

* Re: --nfp configure option still alive?
  2005-09-30 15:26 ` Nick Clifton
@ 2005-09-30 20:08   ` Mike Frysinger
       [not found]   ` <196b7d310509301545x435acde8o@mail.gmail.com>
  1 sibling, 0 replies; 4+ messages in thread
From: Mike Frysinger @ 2005-09-30 20:08 UTC (permalink / raw)
  To: binutils

On Friday 30 September 2005 10:50 am, Nick Clifton wrote:
> Hi Lior,
>
> > is the --nfp configure option still alive for targets which do not
> > have an fpu or we can omit this option also for targets without fpu?
>
> The answer is probably "no", but in order to be sure, can say for which
> target you want to configure without fpu support ?

i glanced through the binutils sources recently and couldnt actually find 
anywhere that the option was utilized ...

--nfp sets the 'with_fp' variable to 'no' in all the configure scripts, but 
'with_fp' doesnt seem to be checked at any point

ive been doing softfloat arm recently and havent had to do anything different 
with binutils to have it work properly compared to hardfloat arm ...
-mike

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

* Re: --nfp configure option still alive?
       [not found]     ` <196b7d310509301552q248e7f66n@mail.gmail.com>
@ 2005-10-03  9:19       ` Nick Clifton
  0 siblings, 0 replies; 4+ messages in thread
From: Nick Clifton @ 2005-10-03  9:19 UTC (permalink / raw)
  To: Lior Balkohen; +Cc: binutils

Hi Lior,

> powerpc-linux (IBM PowerPC 405 Embedded Core with no FPU). I used to
> build gcc with --with-float=soft and --with-cpu=405 and everthing is
> ok, but I'm not sure about passing a --nfp to the configure script of
> binutils, and I just read in this script "--nfp is obsolete; use
> --without-fp".
> 
> I'm confused now.

Right, the answer is "no the --nfp switch is not used by binutils for 
the PowerPC target (any CPU)".  In fact looking at the GCC configure 
files as well, it appears that this switch is not used there either.

The reason for the "--nfp is obsolete" comment being present in the 
configure files is that it is added there automatically when then 
configure file is generated from the configure.in file.  The autoconf 
program probably does not need to insert this comment any more (or the 
lines that handle --nfp) but it is safest to leave them in case someone 
has a very old configure command line lying around somewhere.

Cheers
   Nick

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

end of thread, other threads:[~2005-10-03  9:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-17 14:02 --nfp configure option still alive? Lior Balkohen
2005-09-30 15:26 ` Nick Clifton
2005-09-30 20:08   ` Mike Frysinger
     [not found]   ` <196b7d310509301545x435acde8o@mail.gmail.com>
     [not found]     ` <196b7d310509301552q248e7f66n@mail.gmail.com>
2005-10-03  9:19       ` Nick Clifton

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).