 Chromium Code Reviews
 Chromium Code Reviews Issue 1596015:
  Use gcc-mp-4.4 to build TSan on Mac....  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/valgrind/
    
  
    Issue 1596015:
  Use gcc-mp-4.4 to build TSan on Mac....  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/valgrind/| Index: scripts/macports-gcc-wrapper/gcc | 
| =================================================================== | 
| --- scripts/macports-gcc-wrapper/gcc (revision 0) | 
| +++ scripts/macports-gcc-wrapper/gcc (revision 0) | 
| @@ -0,0 +1,7 @@ | 
| +#!/bin/sh | 
| + | 
| +# Copyright (c) 2010 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. | 
| + | 
| +python `dirname $0`/wrapper.py `basename $0` $@ |