mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-24 23:21:17 +02:00
Merge pull request #126 from kinvolk/t-lo/update-to-glibc-2.33-simple
catalyst_toolchains: don't touch the SDK
This commit is contained in:
commit
0ec82836ad
@ -39,15 +39,6 @@ build_target_toolchain() {
|
||||
|
||||
configure_crossdev_overlay / /tmp/crossdev
|
||||
|
||||
# TODO: this is building the SDK packages and shouldn't actually be needed
|
||||
for cross_chost in $(get_chost_list); do
|
||||
echo "Building cross toolchain for ${cross_chost}"
|
||||
PKGDIR="$(portageq envvar PKGDIR)/crossdev" \
|
||||
install_cross_toolchain "${cross_chost}" ${clst_myemergeopts}
|
||||
PKGDIR="$(portageq envvar PKGDIR)/cross/${cross_chost}" \
|
||||
install_cross_libs "${cross_chost}" ${clst_myemergeopts}
|
||||
done
|
||||
|
||||
for board in $(get_board_list); do
|
||||
echo "Building native toolchain for ${board}"
|
||||
target_pkgdir="$(portageq envvar PKGDIR)/target/${board}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user