Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(895)

Unified Diff: scripts/common.sh

Issue 10694036: Allow to build 10.6 binaries on Darwin x86_64 (the following binaries were actually built on such). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/valgrind/
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« scripts/build-tsan-for-chromium.sh ('K') | « scripts/build-tsan-for-chromium.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/common.sh
===================================================================
--- scripts/common.sh (revision 144885)
+++ scripts/common.sh (working copy)
@@ -175,6 +175,9 @@
if system_is_lion
then
build_valgrind "mac_10.7"
+ elif system_is_snow_leopard
+ then
+ build_valgrind "mac_10.6" "--build=amd64-darwin"
else
echo "You have Darwin kernel different from 11.X.X" >&2
echo "Please, don't put the resulting binaries into Chromium SVN" >&2
« scripts/build-tsan-for-chromium.sh ('K') | « scripts/build-tsan-for-chromium.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698