profiles: move BOOSTRAP_USE=cros_host to arch indepenent part of sdk profile

So that it can apply to both arm64 and amd64 sdk profiles.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
This commit is contained in:
Jeremi Piotrowski 2021-07-19 15:02:08 +00:00 committed by Jeremi Piotrowski
parent d460bf3a8d
commit a90c4265bf
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,3 @@
# Enable optimizations for common x86_64 CPUs
CFLAGS="-O2 -pipe -mtune=generic"
CXXFLAGS="${CFLAGS}"
# add cros_host to bootstrapping USE flags so SDK / toolchains bootstrapping
# will use vim's vimrc instead of baselayouts',
BOOTSTRAP_USE="$BOOTSTRAP_USE cros_host"

View File

@ -18,3 +18,7 @@ QEMU_USER_TARGETS="aarch64"
# Disable ccache in the SDK so it stops randomly breaking catalyst.
FEATURES="-ccache"
# add cros_host to bootstrapping USE flags so SDK / toolchains bootstrapping
# will use vim's vimrc instead of baselayouts',
BOOTSTRAP_USE="$BOOTSTRAP_USE cros_host"