public inbox for sid@sourceware.org
 help / color / mirror / Atom feed
* [patch] Ignore FRV when configuring SID
@ 2003-10-06 21:21 Dave Brolley
  2003-10-06 21:52 ` Ben Elliston
  0 siblings, 1 reply; 4+ messages in thread
From: Dave Brolley @ 2003-10-06 21:21 UTC (permalink / raw)
  To: sid

[-- Attachment #1: Type: text/plain, Size: 81 bytes --]

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

Dave


[-- Attachment #2: fr550-sid.ChangeLog --]
[-- Type: text/plain, Size: 87 bytes --]

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

	* config.sub: Add frv to be ignored.


[-- Attachment #3: fr550-sid.patch.txt --]
[-- Type: text/plain, Size: 1430 bytes --]

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-10-06 23:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-06 21:21 [patch] Ignore FRV when configuring SID Dave Brolley
2003-10-06 21:52 ` Ben Elliston
2003-10-06 22:23   ` Dave Brolley
2003-10-06 23:42     ` Ben Elliston

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).