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]

[PATCH] Fix problem with kaOS config on sh[234]


Hi,

attached you'll find a patch which fixes a problem with the kaOS configuration 
if gcc is build for sh[234]-kaos. The kaOS config header are not applied in 
that special case. The ChangeLog entry would be:

2003-06-28 Uwe Stieber <uwe@kaos-group.de>

    * config.gcc: Fix kaos configuration broken on SuperH[234] architectures.


Thanks in advance
Best regards

-- 
Uwe Stieber
mailto: uwe@kaos-group.de
web: http://www.kaos-group.de

Index: gcc/config.gcc
===================================================================
RCS file: /cvsroot/gcc/gcc/gcc/config.gcc,v
retrieving revision 1.327
diff -c -3 -p -r1.327 config.gcc
*** gcc/config.gcc	26 Jun 2003 16:34:27 -0000	1.327
--- gcc/config.gcc	28 Jun 2003 13:06:51 -0000
*************** sh-*-elf* | sh[2346l]*-*-elf* | sh*-*-ka
*** 1796,1801 ****
--- 1796,1803 ----
  	esac
  	case $machine in
  	sh[234]*) tmake_file="${tmake_file} sh/t-monolib" ;;
+ 	esac
+ 	case $machine in
  	sh*-*-kaos*) tm_file="${tm_file} kaos.h sh/kaos-sh.h" ;;
  	esac
  	;;

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