From f1a736fe76394a71f0f799cfe4eb07e34bde85e1 Mon Sep 17 00:00:00 2001 From: David Michael Date: Fri, 22 Mar 2019 04:36:52 +0000 Subject: [PATCH] profiles: Pin gcc-config to the last working version --- .../coreos-overlay/profiles/coreos/base/package.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.mask b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.mask index 8e2e86bac9..c381183244 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.mask +++ b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.mask @@ -14,3 +14,7 @@ # mask an accidental rkt major version bump to ensure it's not chosen over more # recent releases =app-emulation/rkt-13.0 + +# Since version 2, it tries to write liblto symlinks with absolute paths that +# don't work when building for the board root directories. +>=sys-devel/gcc-config-2