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]

[Xtensa] add missing tmake file for xtensa-*-linux* target


The t-slibgcc-elf-ver tmake file has been missing from the config.gcc entry 
for xtensa-*-linux* targets ever since the Xtensa port was initially added on 
the mainline.  It _was_ on the 3.0 branch, but somehow I must have messed up 
and dropped it from the mainline (and subsequent 3.1, 3.2 and 3.3 branches).  
This patch adds it.  Committed on mainline and 3.2 and 3.3 branches.
2003-02-28  Bob Wilson  <bob dot wilson at acm dot org>

	* config.gcc (xtensa-*-linux*): Add t-slibgcc-elf-ver to tmake_file.

Index: config.gcc
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config.gcc,v
retrieving revision 1.287
diff -c -3 -r1.287 config.gcc
*** config.gcc	27 Feb 2003 16:00:55 -0000	1.287
--- config.gcc	28 Feb 2003 18:14:57 -0000
***************
*** 2689,2695 ****
  	;;
  xtensa-*-linux*)
  	tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h xtensa/linux.h"
! 	tmake_file="t-linux xtensa/t-xtensa xtensa/t-linux"
  	;;
  *)
  	echo "*** Configuration $machine not supported" 1>&2
--- 2689,2695 ----
  	;;
  xtensa-*-linux*)
  	tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h xtensa/linux.h"
! 	tmake_file="t-slibgcc-elf-ver t-linux xtensa/t-xtensa xtensa/t-linux"
  	;;
  *)
  	echo "*** Configuration $machine not supported" 1>&2

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