This is the mail archive of the gcc-patches@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: PATCH: Enable gprof for Linux/mips


On Thu, Mar 07, 2002 at 01:22:45PM -0500, Daniel Jacobowitz wrote:
> On Thu, Mar 07, 2002 at 09:52:37AM -0800, H . J . Lu wrote:
> > Gprof is supported on Linux/mips now. I'd like to check in this patch
> > to both gcc 3.1 and main trunk.
> > 
> > 
> > H.J.
> > ----
> > 2002-03-07  H.J. Lu  (hjl@gnu.org)
> > 
> > 	* configure.in: Enable gprof for mips*-*-linux*.
> > 
> > --- binutils/configure.in.gprof	Wed Jan 30 23:35:40 2002
> > +++ binutils/configure.in	Fri Feb  8 11:38:08 2002
> > @@ -889,6 +889,9 @@ case "${target}" in
> >      noconfigdirs="$noconfigdirs gprof target-libffi"   # same as generic mips
> >      target_configdirs="${target_configdirs} target-bsp target-libstub target-cygmon"
> >     ;;
> > +  mips*-*-linux*)
> > +    noconfigdirs="$noconfigdirs target-libffi"
> > +    ;;
> >    mips*-*-*)
> >      noconfigdirs="$noconfigdirs gprof target-libffi"
> >      ;;
> 
> Huh?  binutils/configure.in is not in the GCC repository, is it?

Oops, that's toplevel configure.in.  Ignore me.

-- 
Daniel Jacobowitz                           Carnegie Mellon University
MontaVista Software                         Debian GNU/Linux Developer


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