This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Estimated SPEC2000 results for gcc+alpha
- To: Brad Lucier <lucier at math dot purdue dot edu>
- Subject: Re: Estimated SPEC2000 results for gcc+alpha
- From: Richard Henderson <rth at cygnus dot com>
- Date: Fri, 28 Jan 2000 18:01:40 -0800
- Cc: gcc at gcc dot gnu dot org, hosking at cs dot purdue dot edu
- References: <200001281526.KAA22349@polya.math.purdue.edu>
On Fri, Jan 28, 2000 at 10:26:25AM -0500, Brad Lucier wrote:
> I don't know how to set up libm so that libcpml is
> automatically searched first for unresolved math references; if someone
> can tell me, I'll run the benchmark suite over again.
You could hack gcc/f/g77spec.c and make sure -lcpml shows up before -lm...
r~