From: "Steinar H. Gunderson" <sgunderson@bigfoot.com>
To: "david m. richter" <richterd@citi.umich.edu>
Cc: Neil Brown <neilb@suse.de>,
Andrew Richardson <chardson@umich.edu>,
nfs@lists.sourceforge.net, Alex Soule <soule@umich.edu>
Subject: Re: [PATCH 7/7] nfsstat: add -D/--diff-stat
Date: Tue, 7 Aug 2007 23:19:20 +0200 [thread overview]
Message-ID: <20070807211920.GA16557@uio.no> (raw)
In-Reply-To: <Pine.BSO.4.64.0707311719160.13370@citi.umich.edu>
On Tue, Jul 31, 2007 at 05:39:49PM -0400, david m. richter wrote:
> + double time_diff;
Unfortunately, this breaks the build on alpha. For some reason, configure.ac
does
case $host in
alpha*)
ARCHFLAGS="-mno-fp-regs -ffixed-8" ;;
*)
ARCHFLAGS="" ;;
esac
which essentially means that you cannot use any floating-point in the program
at all, according to the Debian alpha porters.
Either this snippet must be removed for alpha (I presume it was put in for a
reason at some point, but I have no idea what this reason was, and if it's
still valid), or the code must be rewritten not to use floating-point.
/* Steinar */
--
Homepage: http://www.sesse.net/
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
NFS maillist - NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs
next prev parent reply other threads:[~2007-08-07 21:19 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-31 21:39 [PATCH 7/7] nfsstat: add -D/--diff-stat david m. richter
2007-08-07 21:19 ` Steinar H. Gunderson [this message]
2007-08-07 21:26 ` david m. richter
2007-08-07 21:53 ` Steinar H. Gunderson
2007-08-07 22:08 ` Kevin Coffman
2007-08-07 22:15 ` david m. richter
2007-08-07 23:31 ` Kevin Coffman
2007-08-09 1:25 ` Neil Brown
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=20070807211920.GA16557@uio.no \
--to=sgunderson@bigfoot.com \
--cc=chardson@umich.edu \
--cc=neilb@suse.de \
--cc=nfs@lists.sourceforge.net \
--cc=richterd@citi.umich.edu \
--cc=soule@umich.edu \
/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