public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] scripts/build/arch/x86: prescott is an i686
@ 2011-11-17 13:22 Titus von Boxberg
  2011-11-20 17:40 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Titus von Boxberg @ 2011-11-17 13:22 UTC (permalink / raw)
  To: crossgcc

# 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

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

* Re: [PATCH] scripts/build/arch/x86: prescott is an i686
  2011-11-17 13:22 [PATCH] scripts/build/arch/x86: prescott is an i686 Titus von Boxberg
@ 2011-11-20 17:40 ` Yann E. MORIN
  0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2011-11-20 17:40 UTC (permalink / raw)
  To: crossgcc; +Cc: Titus von Boxberg

Titus, All,

On Thursday 17 November 2011 14:22:30 Titus von Boxberg wrote:
> # 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

Pushed as #d063b1ae8c1b. Thank you!

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

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

end of thread, other threads:[~2011-11-20 17:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-17 13:22 [PATCH] scripts/build/arch/x86: prescott is an i686 Titus von Boxberg
2011-11-20 17:40 ` Yann E. MORIN

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).