Revert "musl: fix termios struct c_ispeed/c_ospeed field names" (accidental commit)
[openwrt/staging/chunkeey.git] / toolchain / gcc / Config.in
index 025ea2453d741e3eab4bc75d07d868b00b4bb5dc..2d4400afb4b5a377a1be4f6927e7042c9f7ebb95 100644 (file)
@@ -15,10 +15,9 @@ choice
                select GCC_VERSION_4_8_LINARO
                bool "gcc 4.8.x with Linaro enhancements"
 
-       config GCC_USE_VERSION_4_9_LINARO
-               select GCC_VERSION_4_9_LINARO
-               bool "gcc 4.9.x with Linaro enhancements"
-               depends on BROKEN
+       config GCC_USE_VERSION_5
+               select GCC_VERSION_5
+               bool "gcc 5.x"
 
 endchoice