This is the mail archive of the sid@sources.redhat.com mailing list for the SID 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] Ignore FRV when configuring SID


I'm committing the attached patch which ignores frv when configuring sid.

Dave

2003-10-06  Dave Brolley  <brolley@redhat.com>

	* config.sub: Add frv to be ignored.

Index: sid/config/config.sub
===================================================================
RCS file: /cvs/src/src/sid/config/config.sub,v
retrieving revision 1.2
diff -c -p -r1.2 config.sub
*** sid/config/config.sub	17 Dec 2001 09:31:22 -0000	1.2
--- sid/config/config.sub	6 Oct 2003 20:12:43 -0000
***************
*** 1,6 ****
  #! /bin/sh
  # Configuration validation subroutine script, version 1.1.
! #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
  #   Free Software Foundation, Inc.
  
  version='2000-08-29'
--- 1,6 ----
  #! /bin/sh
  # Configuration validation subroutine script, version 1.1.
! #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2003
  #   Free Software Foundation, Inc.
  
  version='2000-08-29'
*************** case $basic_machine in
*** 252,257 ****
--- 252,260 ----
  	mips64vr4111 | mips64vr4111el) # CYGNUS LOCAL dj/vr4111
  		basic_machine=$basic_machine-unknown
  		;;
+ 	frv)
+ 		basic_machine=$basic_machine-unknown
+ 		;;
  	m6811 | m68hc11 | m6812 | m68hc12)
  		# Motorola 68HC11/12.
  		basic_machine=$basic_machine-unknown
*************** case $basic_machine in
*** 300,305 ****
--- 303,310 ----
  	      | mips64vr4111-* | mips64vr4111el-*)
  		;;
          # END CYGNUS LOCAL
+ 	frv-*)
+ 	        ;;
  	mips64vr4300-* | mips64vr4300el-*) # EGCS LOCAL jsmith/vr4300
  		;;
  	mips64vr4100-* | mips64vr4100el-*) # EGCS LOCAL jsmith/vr4100

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