This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]