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

See crosstool-NG 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] cc/gcc: add Linaro GCC 4.7


# HG changeset patch
# User "BenoÃt ThÃbaudeau" <benoit.thebaudeau@advansee.com>
# Date 1335801526 -7200
# Node ID 5654ef8784618e9d26790b67434ea5cc6f76b08b
# Parent  8bddd94e068ba398de03418826516e08c9a1d16e
cc/gcc: add Linaro GCC 4.7

Signed-off-by: "BenoÃt ThÃbaudeau" <benoit.thebaudeau@advansee.com>

diff --git a/config/cc/gcc.in b/config/cc/gcc.in
--- a/config/cc/gcc.in
+++ b/config/cc/gcc.in
@@ -36,6 +36,12 @@
 # Don't remove next line
 # CT_INSERT_VERSION_BELOW
 
+config CC_V_linaro_4_7_2012_04
+    bool
+    prompt "linaro-4.7-2012.04 (EXPERIMENTAL)"
+    depends on CC_GCC_SHOW_LINARO
+    select CC_GCC_4_7
+
 config CC_V_4_7_0
     bool
     prompt "4.7.0 (EXPERIMENTAL)"
@@ -356,6 +362,7 @@
     string
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
+    default "linaro-4.7-2012.04" if CC_V_linaro_4_7_2012_04
     default "4.7.0" if CC_V_4_7_0
     default "linaro-4.6-2012.04" if CC_V_linaro_4_6_2012_04
     default "4.6.3" if CC_V_4_6_3

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