This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Right BOOT_CFLAGS for profiling sparcv9?
- From: Brad Lucier <lucier at math dot purdue dot edu>
- To: jakub at redhat dot com
- Cc: lucier at math dot purdue dot edu (Brad Lucier), gcc at gcc dot gnu dot org
- Date: Mon, 18 Mar 2002 08:43:36 -0500 (EST)
- Subject: Re: Right BOOT_CFLAGS for profiling sparcv9?
> > What does this mean and how do I fix it? I tried to add -m64 to
> > BOOT_CFLAGS and BOOT_LDFLAGS and got the same message.
>
> -m64 -mcmodel=medlow
OK, thanks. I tried
make bootstrap BOOT_CFLAGS='-O2 -g -pg -m64 -mcmodel=medlow' BOOT_LDFLAGS='-pg -m64 -mcmodel=medlow' >> & build.log &
and the last thing in the log before I killed it was
./gengenrtl -h > tmp-genrtl.h
with
-rwxr-xr-x 1 lucier 94416 Mar 18 08:35 gengenrtl*
-rw-r--r-- 1 lucier 10 Mar 18 08:35 s-mlib
-rw-r--r-- 1 lucier 10026 Mar 18 08:37 tree-check.h
-rw-r--r-- 1 lucier 10 Mar 18 08:37 s-check
-rw-r--r-- 1 lucier 19514 Mar 18 08:38 tmp-genrtl.h
-rw-r--r-- 1 lucier 1073755332 Mar 18 08:39 gmon.out
Gigabyte gmon.out files aren't really cool; is this what is supposed
to happen?
Brad