blob: f5b8cd4b8ddce8c05051b676cb490b6f087310a4 [file] [log] [blame]
# Copyright 2014 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.
cros_pre_src_prepare_enable_cxx_exceptions() {
cros_enable_cxx_exceptions
}
# We need to build glibc with GCC.
cros_pre_src_prepare_use_gcc() {
cros_use_gcc
}