From 4debbfc2576ee4eab618cf3a8904a024a7146ccf Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Wed, 17 Dec 2014 11:43:33 -0800 Subject: [PATCH] catalyst: update GCC dependencies before building stage1 When bootstrapping a SDK we need to update GCC dependencies to ensure the GCC built for stage1 is linked against the same library versions as those that are included in the stage1. Without this updating the mpc library just results in a broken stage1. --- build_library/catalyst.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build_library/catalyst.sh b/build_library/catalyst.sh index 9fe8e692ad..47da952379 100644 --- a/build_library/catalyst.sh +++ b/build_library/catalyst.sh @@ -99,6 +99,7 @@ cat <