mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 14:11:07 +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"
|
sudo="sudo -E"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "${latest}" != $(gcc-config -c "$1") ]]; then
|
|
||||||
$sudo gcc-config "${latest}"
|
$sudo gcc-config "${latest}"
|
||||||
fi
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user