summaryrefslogtreecommitdiffstats
path: root/build/config/mips.gni
Commit message (Collapse)AuthorAgeFilesLines
* Add the mips_dsp_rev, mips_float_abi, and mips_fpu_mode build variables.wtc2015-02-271-1/+24
| | | | | | | | | | | | | | | | | | | | | | | mips_dsp_rev specifies the MIPS DSP ASE (Application-Specific Extension) revision number. Possible values are 0 (unavailable), 1, and 2. Default to 0. mips_float_abi specifies whether or not MIPS floating-point coprocessor instructions should be used. Possible values are "hard" and "soft". Default to "hard". mips_fpu_mode specifies the width of MIPS32 floating-point registers. Possible values are "fp32", "fp64", and "fpxx". Default to "fp32". The companion webrtc CL is https://webrtc-codereview.appspot.com/39779004. R=brettw@chromium.org,kjellander@@chromium.org,petarj@mips.com BUG=446234 Review URL: https://codereview.chromium.org/883253003 Cr-Commit-Position: refs/heads/master@{#318524}
* Update Chomium's build files to work w/ latest GN binaries.dpranke2015-02-201-2/+2
| | | | | | | | | | | | | | The latest GN binaries rename cpu_arch to current_cpu and/or target_cpu as appropriate, build_cpu_arch to host_cpu, and os to current_os and target_os as appropriate. R=brettw@chromium.org TBR=ddorwin@chromium.org EXTRA_TRYBOTS=tryserver.chromium.linux:android_chromium_gn_compile_dbg,android_chromium_gn_compile_rel;tryserver.chromium.win:win8_chromium_gn_rel,win8_chromium_gn_dbg;tryserver.chromium.mac:mac_chromium_gn_rel,mac_chromium_gn_dbg BUG=344767 Review URL: https://codereview.chromium.org/913373002 Cr-Commit-Position: refs/heads/master@{#317223}
* Add compiler and linker flags for MIPS.wtc2015-01-211-0/+20
I ported the MIPS code from build/common.gypi except for the mips_arch_variant variable. R=benchan@chromium.org,brettw@chromium.org,petarj@mips.com BUG=446234 Review URL: https://codereview.chromium.org/843563002 Cr-Commit-Position: refs/heads/master@{#312480}