public inbox for sid@sourceware.org
 help / color / mirror / Atom feed
From: Dave Brolley <brolley@redhat.com>
To: sid@sources.redhat.com
Subject: [patch] Ignore FRV when configuring SID
Date: Mon, 06 Oct 2003 21:21:00 -0000	[thread overview]
Message-ID: <3F81DCBC.5020708@redhat.com> (raw)

[-- 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

             reply	other threads:[~2003-10-06 21:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-06 21:21 Dave Brolley [this message]
2003-10-06 21:52 ` Ben Elliston
2003-10-06 22:23   ` Dave Brolley
2003-10-06 23:42     ` Ben Elliston

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3F81DCBC.5020708@redhat.com \
    --to=brolley@redhat.com \
    --cc=sid@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).