| OLD | NEW |
| 1 # Copyright 2012 the V8 project authors. All rights reserved. | 1 # Copyright 2012 the V8 project authors. All rights reserved. |
| 2 # Redistribution and use in source and binary forms, with or without | 2 # Redistribution and use in source and binary forms, with or without |
| 3 # modification, are permitted provided that the following conditions are | 3 # modification, are permitted provided that the following conditions are |
| 4 # met: | 4 # met: |
| 5 # | 5 # |
| 6 # * Redistributions of source code must retain the above copyright | 6 # * Redistributions of source code must retain the above copyright |
| 7 # notice, this list of conditions and the following disclaimer. | 7 # notice, this list of conditions and the following disclaimer. |
| 8 # * Redistributions in binary form must reproduce the above | 8 # * Redistributions in binary form must reproduce the above |
| 9 # copyright notice, this list of conditions and the following | 9 # copyright notice, this list of conditions and the following |
| 10 # disclaimer in the documentation and/or other materials provided | 10 # disclaimer in the documentation and/or other materials provided |
| (...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 238 ['target_arch=="arm"', { | 238 ['target_arch=="arm"', { |
| 239 'android_toolchain%': '<(android_ndk_root)/toolchains/arm-linux-an
droideabi-4.9/prebuilt/<(host_os)-<(android_host_arch)/bin', | 239 'android_toolchain%': '<(android_ndk_root)/toolchains/arm-linux-an
droideabi-4.9/prebuilt/<(host_os)-<(android_host_arch)/bin', |
| 240 'android_target_arch%': 'arm', | 240 'android_target_arch%': 'arm', |
| 241 'android_target_platform%': '16', | 241 'android_target_platform%': '16', |
| 242 'arm_version%': 7, | 242 'arm_version%': 7, |
| 243 }], | 243 }], |
| 244 ['target_arch == "arm64"', { | 244 ['target_arch == "arm64"', { |
| 245 'android_toolchain%': '<(android_ndk_root)/toolchains/aarch64-linu
x-android-4.9/prebuilt/<(host_os)-<(android_host_arch)/bin', | 245 'android_toolchain%': '<(android_ndk_root)/toolchains/aarch64-linu
x-android-4.9/prebuilt/<(host_os)-<(android_host_arch)/bin', |
| 246 'android_target_arch%': 'arm64', | 246 'android_target_arch%': 'arm64', |
| 247 'android_target_platform%': '21', | 247 'android_target_platform%': '21', |
| 248 'arm_version%': 'default', |
| 248 }], | 249 }], |
| 249 ['target_arch == "mipsel"', { | 250 ['target_arch == "mipsel"', { |
| 250 'android_toolchain%': '<(android_ndk_root)/toolchains/mipsel-linux
-android-4.9/prebuilt/<(host_os)-<(android_host_arch)/bin', | 251 'android_toolchain%': '<(android_ndk_root)/toolchains/mipsel-linux
-android-4.9/prebuilt/<(host_os)-<(android_host_arch)/bin', |
| 251 'android_target_arch%': 'mips', | 252 'android_target_arch%': 'mips', |
| 252 'android_target_platform%': '16', | 253 'android_target_platform%': '16', |
| 253 }], | 254 }], |
| 254 ['target_arch == "mips64el"', { | 255 ['target_arch == "mips64el"', { |
| 255 'android_toolchain%': '<(android_ndk_root)/toolchains/mips64el-lin
ux-android-4.9/prebuilt/<(host_os)-<(android_host_arch)/bin', | 256 'android_toolchain%': '<(android_ndk_root)/toolchains/mips64el-lin
ux-android-4.9/prebuilt/<(host_os)-<(android_host_arch)/bin', |
| 256 'android_target_arch%': 'mips64', | 257 'android_target_arch%': 'mips64', |
| 257 'android_target_platform%': '21', | 258 'android_target_platform%': '21', |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 303 }], # OS=="android" | 304 }], # OS=="android" |
| 304 ['host_clang==1', { | 305 ['host_clang==1', { |
| 305 'host_cc': '../<(clang_dir)/bin/clang', | 306 'host_cc': '../<(clang_dir)/bin/clang', |
| 306 'host_cxx': '../<(clang_dir)/bin/clang++', | 307 'host_cxx': '../<(clang_dir)/bin/clang++', |
| 307 }, { | 308 }, { |
| 308 'host_cc': '<!(which gcc)', | 309 'host_cc': '<!(which gcc)', |
| 309 'host_cxx': '<!(which g++)', | 310 'host_cxx': '<!(which g++)', |
| 310 }], | 311 }], |
| 311 ], | 312 ], |
| 312 # Default ARM variable settings. | 313 # Default ARM variable settings. |
| 313 'arm_version%': 'default', | |
| 314 'arm_fpu%': 'vfpv3', | 314 'arm_fpu%': 'vfpv3', |
| 315 'arm_float_abi%': 'default', | 315 'arm_float_abi%': 'default', |
| 316 'arm_thumb': 'default', | 316 'arm_thumb': 'default', |
| 317 | 317 |
| 318 # Default MIPS variable settings. | 318 # Default MIPS variable settings. |
| 319 'mips_arch_variant%': 'r2', | 319 'mips_arch_variant%': 'r2', |
| 320 # Possible values fp32, fp64, fpxx. | 320 # Possible values fp32, fp64, fpxx. |
| 321 # fp32 - 32 32-bit FPU registers are available, doubles are placed in | 321 # fp32 - 32 32-bit FPU registers are available, doubles are placed in |
| 322 # register pairs. | 322 # register pairs. |
| 323 # fp64 - 32 64-bit FPU registers are available. | 323 # fp64 - 32 64-bit FPU registers are available. |
| (...skipping 714 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1038 ['use_goma==1 and ("<(GENERATOR)"=="ninja" or clang==1)', { | 1038 ['use_goma==1 and ("<(GENERATOR)"=="ninja" or clang==1)', { |
| 1039 'make_global_settings': [ | 1039 'make_global_settings': [ |
| 1040 ['CC_wrapper', '<(gomadir)/gomacc'], | 1040 ['CC_wrapper', '<(gomadir)/gomacc'], |
| 1041 ['CXX_wrapper', '<(gomadir)/gomacc'], | 1041 ['CXX_wrapper', '<(gomadir)/gomacc'], |
| 1042 ['CC.host_wrapper', '<(gomadir)/gomacc'], | 1042 ['CC.host_wrapper', '<(gomadir)/gomacc'], |
| 1043 ['CXX.host_wrapper', '<(gomadir)/gomacc'], | 1043 ['CXX.host_wrapper', '<(gomadir)/gomacc'], |
| 1044 ], | 1044 ], |
| 1045 }], | 1045 }], |
| 1046 ], | 1046 ], |
| 1047 } | 1047 } |
| OLD | NEW |