mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 10:27:00 +02:00
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:
parent
d460bf3a8d
commit
a90c4265bf
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user