mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 06:01:41 +02:00
toolchain: always run gcc-config
This commit is contained in:
parent
06c80eb38a
commit
3d68362d02
@ -408,7 +408,5 @@ gcc_set_latest_profile() {
|
||||
sudo="sudo -E"
|
||||
fi
|
||||
|
||||
if [[ "${latest}" != $(gcc-config -c "$1") ]]; then
|
||||
$sudo gcc-config "${latest}"
|
||||
fi
|
||||
$sudo gcc-config "${latest}"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user