]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - package/gcc/Config.in.host
Merge branch 'next'
[coffee/buildroot.git] / package / gcc / Config.in.host
index ee4d0eb9f4ea734e67e384b5e2dd0aa256835bea..cfb0958ff04452a14c8ca9cfbf895b4a61eb4f8d 100644 (file)
@@ -100,7 +100,7 @@ config BR2_GCC_VERSION
        default "4.9.3"     if BR2_GCC_VERSION_4_9_X
        default "5.3.0"     if BR2_GCC_VERSION_5_X
        default "6.1.0" if BR2_GCC_VERSION_6_X
-       default "arc-2015.12" if BR2_GCC_VERSION_4_8_ARC
+       default "arc-2016.03" if BR2_GCC_VERSION_4_8_ARC
 
 config BR2_EXTRA_GCC_CONFIG_OPTIONS
        string "Additional gcc options"
@@ -128,7 +128,7 @@ config BR2_TOOLCHAIN_BUILDROOT_FORTRAN
 config BR2_GCC_ENABLE_TLS
        bool "Enable compiler tls support" if BR2_TOOLCHAIN_BUILDROOT_UCLIBC
        default y
-       depends on BR2_PTHREADS_NATIVE || BR2_TOOLCHAIN_BUILDROOT_EGLIBC || BR2_TOOLCHAIN_BUILDROOT_GLIBC
+       depends on BR2_PTHREADS_NATIVE || BR2_TOOLCHAIN_BUILDROOT_GLIBC
        help
          Enable the compiler to generate code for accessing
          thread local storage variables