blob: c8693e34ce4d046c0028b9df22db47e39a520cad [file] [log] [blame]
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Update libtool to make sure it's in sync with toolchain.
if grep -q 4.6.x-google /usr/bin/libtool; then
info "Rebuilding libtool after gcc upgrade"
sudo -E emerge libtool -q
fi
exit 0