|
@@ -17,7 +17,7 @@ config BR2_BINUTILS_VERSION_2_27_X
|
|
|
depends on !(BR2_arm && !BR2_USE_MMU)
|
|
|
|
|
|
config BR2_BINUTILS_VERSION_2_28_X
|
|
|
- bool "binutils 2.28"
|
|
|
+ bool "binutils 2.28.1"
|
|
|
|
|
|
endchoice
|
|
|
|
|
@@ -26,7 +26,7 @@ config BR2_BINUTILS_VERSION
|
|
|
default "arc-2017.03" if BR2_arc
|
|
|
default "2.26.1" if BR2_BINUTILS_VERSION_2_26_X
|
|
|
default "2.27" if BR2_BINUTILS_VERSION_2_27_X
|
|
|
- default "2.28" if BR2_BINUTILS_VERSION_2_28_X
|
|
|
+ default "2.28.1" if BR2_BINUTILS_VERSION_2_28_X
|
|
|
|
|
|
config BR2_BINUTILS_ENABLE_LTO
|
|
|
bool
|