mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-29 14:31:46 +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"
|
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