This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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] scripts/build/arch/x86: prescott is an i686


# 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


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