mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-28 22:12:10 +01:00
Merge pull request #641 from dm0-/toolchain
toolchain: always run gcc-config
This commit is contained in:
commit
1538d40fe9
@ -408,7 +408,5 @@ gcc_set_latest_profile() {
|
||||
sudo="sudo -E"
|
||||
fi
|
||||
|
||||
if [[ "${latest}" != $(gcc-config -c "$1") ]]; then
|
||||
$sudo gcc-config "${latest}"
|
||||
fi
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user