PATCH: Enable gprof for Linux/mips

Daniel Jacobowitz drow@mvista.com
Thu Mar 7 10:22:00 GMT 2002


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?

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



More information about the Gcc-patches mailing list