diff options
Diffstat (limited to 'native_client_sdk/src/tools/compiler-wrapper.py')
-rwxr-xr-x | native_client_sdk/src/tools/compiler-wrapper.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/native_client_sdk/src/tools/compiler-wrapper.py b/native_client_sdk/src/tools/compiler-wrapper.py index ef0af64..a2dcb11 100755 --- a/native_client_sdk/src/tools/compiler-wrapper.py +++ b/native_client_sdk/src/tools/compiler-wrapper.py @@ -2,7 +2,7 @@ # Copyright (c) 2012 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. -"""NaCL gcc wrapper that presents glibc and newlib as a single +"""NaCl gcc wrapper that presents glibc and newlib as a single toolchain. This wraps the newlib and glibc compilers and allows users |