| # Copyright 2015 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. |
| if (current_cpu == "mipsel") { |
| # MIPS arch variant. Possible values are: |
| # MIPS DSP ASE revision. Possible values are: |
| # MIPS floating-point ABI. Possible values are: |
| # "hard": sets the GCC -mhard-float option. |
| # "soft": sets the GCC -msoft-float option. |
| # MIPS32 floating-point register width. Possible values are: |
| # "fp32": sets the GCC -mfp32 option. |
| # "fp64": sets the GCC -mfp64 option. |
| # "fpxx": sets the GCC -mfpxx option. |
| } else if (current_cpu == "mips64el") { |
| # MIPS arch variant. Possible values are: |