Skip to content
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.

Commit

Permalink
Merge pull request #791 from dm0-/gcc
Browse files Browse the repository at this point in the history
update_chroot: Drop obsolete GCC versions, older than 7.3.0
  • Loading branch information
dm0- authored Feb 11, 2018
2 parents 72bef6c + 2880de9 commit 575f7cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_chroot
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ sudo -E ${EMERGE_CMD} "${EMERGE_FLAGS[@]}" \
info "Removing obsolete packages"
# XXX: Remove these next two lines after stable > 1632.
cats=( '<=sys-devel' "${BOARD_CHOSTS[@]/#/<=cross-}" )
sudo -E emerge --quiet --unmerge "${cats[@]/%//binutils-2.29.0}" "${cats[@]/%//gcc-6.3.0}" 2>/dev/null || :
sudo -E emerge --quiet --unmerge "${cats[@]/%//binutils-2.29.0}" "${cats[@]/%//gcc-7.2.0}" 2>/dev/null || :
sudo -E ${EMERGE_CMD} --quiet --depclean @unavailable

if portageq list_preserved_libs / >/dev/null; then
Expand Down

0 comments on commit 575f7cd

Please sign in to comment.