summaryrefslogtreecommitdiffstats
path: root/third_party/instrumented_libraries/libcups2.sh
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/instrumented_libraries/libcups2.sh')
-rwxr-xr-xthird_party/instrumented_libraries/libcups2.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/third_party/instrumented_libraries/libcups2.sh b/third_party/instrumented_libraries/libcups2.sh
new file mode 100755
index 0000000..e614cfb
--- /dev/null
+++ b/third_party/instrumented_libraries/libcups2.sh
@@ -0,0 +1,9 @@
+#!/bin/bash
+# Copyright 2013 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This script does some preparations before build of instrumented libcups2.
+
+# Disable problematic assembly in clang builds.
+patch -p1 < $(dirname ${BASH_SOURCE[0]})/libcups2.diff