Skip to content

Commit

Permalink
sys-config/ltoize: GCC 10.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Shane Peelar <[email protected]>
  • Loading branch information
InBetweenNames committed Jul 23, 2020
1 parent 45f360a commit a4a0658
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ pkg_setup() {

ACTIVE_GCC=$(gcc-fullversion)

if ver_test "${ACTIVE_GCC}" -lt 10.1.0; then
ewarn "Warning: Active GCC version < 10.1.0, it is recommended that you use the newest GCC if you want LTO."
if ver_test "${ACTIVE_GCC}" -lt 10.2.0; then
ewarn "Warning: Active GCC version < 10.2.0, it is recommended that you use the newest GCC if you want LTO."
if [ "${I_KNOW_WHAT_I_AM_DOING}" != "y" ]; then
eerror "Aborting LTOize installation due to older GCC -- set I_KNOW_WHAT_I_AM_DOING=y if you want to override this behaviour."
die
Expand Down

0 comments on commit a4a0658

Please sign in to comment.