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: GCC configration patch


On Fri, May 30, 2003 at 10:33:32PM +0200, Uwe Stieber wrote:
> Index: gcc/config.gcc
> ===================================================================
> RCS file: /cvsroot/gcc/gcc/gcc/config.gcc,v
> retrieving revision 1.304
> diff -c -3 -p -r1.304 config.gcc
> *************** sh-*-elf* | sh[2346l]*-*-elf*)
> *** 1760,1765 ****
> --- 1776,1782 ----
>   	esac
>   	case $machine in
>   	sh[234]*) tmake_file="${tmake_file} sh/t-monolib" ;;
> + 	sh*-*-kaos*) tm_file="${tm_file} kaos.h sh/kaos-sh.h" ;;
>   	esac
>   	;;
>   sh-*-rtemself*)

This will not change tm_file for sh[234]*-*-kaos*.  Is that intended?

-- 
Matt Kraai <kraai@alumni.cmu.edu>
Debian GNU/Linux Peon


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