config/cc/gcc.in
changeset 3228 8b9af6488210
parent 3221 0fdcf9204209
child 3232 c500e2df7952
     1.1 --- a/config/cc/gcc.in	Fri Jun 28 22:23:54 2013 +0200
     1.2 +++ b/config/cc/gcc.in	Mon Jul 29 00:06:35 2013 +0200
     1.3 @@ -42,6 +42,11 @@
     1.4      depends on CC_GCC_SHOW_LINARO
     1.5      select CC_GCC_4_8
     1.6  
     1.7 +config CC_V_4_8_1
     1.8 +    bool
     1.9 +    prompt "4.8.1"
    1.10 +    select CC_GCC_4_8
    1.11 +
    1.12  config CC_V_4_8_0
    1.13      bool
    1.14      prompt "4.8.0"
    1.15 @@ -441,6 +446,7 @@
    1.16  # Don't remove next line
    1.17  # CT_INSERT_VERSION_STRING_BELOW
    1.18      default "linaro-4.8-2013.06-1" if CC_V_linaro_4_8
    1.19 +    default "4.8.1" if CC_V_4_8_1
    1.20      default "4.8.0" if CC_V_4_8_0
    1.21      default "linaro-4.7-2013.06-1" if CC_V_linaro_4_7
    1.22      default "4.7.3" if CC_V_4_7_3