public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
From: Titus von Boxberg <titus@v9g.de>
To: crossgcc@sourceware.org
Subject: [PATCH] scripts/build/arch/x86: prescott is an i686
Date: Thu, 17 Nov 2011 13:22:00 -0000	[thread overview]
Message-ID: <3c1a3fc051cb46d1bad9.1321536150@stetschkin.alsteraero.lan> (raw)

# HG changeset patch
# User Titus von Boxberg <titus@v9g.de>
# Date 1321535924 -3600
# Node ID 3c1a3fc051cb46d1bad9cbe2a601c5c4aa48876c
# Parent  0cc4d6352c3eba2104878086119836c72e0eff17
scripts/build/arch/x86: prescott is an i686

let CT_ARCH_ARCH=prescott result in a i686 tuple prefix

Signed-off-by: titus@v9g.de

diff -r 0cc4d6352c3e -r 3c1a3fc051cb scripts/build/arch/x86.sh
--- a/scripts/build/arch/x86.sh	Thu Nov 17 01:14:12 2011 +0100
+++ b/scripts/build/arch/x86.sh	Thu Nov 17 14:18:44 2011 +0100
@@ -16,6 +16,7 @@
             winchip*)                     CT_TARGET_ARCH=i486;;
             pentium|pentium-mmx|c3*)      CT_TARGET_ARCH=i586;;
             pentiumpro|pentium*|athlon*)  CT_TARGET_ARCH=i686;;
+            prescott)                     CT_TARGET_ARCH=i686;;
             *)                            CT_TARGET_ARCH=i586;;
         esac
     fi

--
For unsubscribe information see http://sourceware.org/lists.html#faq

             reply	other threads:[~2011-11-17 13:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-17 13:22 Titus von Boxberg [this message]
2011-11-20 17:40 ` Yann E. MORIN

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=3c1a3fc051cb46d1bad9.1321536150@stetschkin.alsteraero.lan \
    --to=titus@v9g.de \
    --cc=crossgcc@sourceware.org \
    /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).