| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent dc14bd8 commit b968d89
286 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -103,7 +103,7 @@ | |||
| 103 | 103 | 'v8_base': '<(PRODUCT_DIR)/libv8_snapshot.a', | |
| 104 | 104 | }], | |
| 105 | 105 | # V8 pointer compression only supports 64bit architectures. | |
| 106 | - ['target_arch in "arm ia32 mips mipsel ppc x32"', { | ||
| 106 | + ['target_arch in "arm ia32 mips mipsel ppc"', { | ||
| 107 | 107 | 'v8_enable_pointer_compression': 0, | |
| 108 | 108 | 'v8_enable_31bit_smis_on_64bit_arch': 0, | |
| 109 | 109 | }], | |
@@ -414,10 +414,6 @@ | |||
| 414 | 414 | 'cflags': [ '-m32' ], | |
| 415 | 415 | 'ldflags': [ '-m32' ], | |
| 416 | 416 | }], | |
| 417 | - [ 'target_arch=="x32"', { | ||
| 418 | - 'cflags': [ '-mx32' ], | ||
| 419 | - 'ldflags': [ '-mx32' ], | ||
| 420 | - }], | ||
| 421 | 417 | [ 'target_arch=="x64"', { | |
| 422 | 418 | 'cflags': [ '-m64' ], | |
| 423 | 419 | 'ldflags': [ '-m64' ], | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -47,8 +47,7 @@ | |||
| 47 | 47 | valid_os = ('win', 'mac', 'solaris', 'freebsd', 'openbsd', 'linux', | |
| 48 | 48 | 'android', 'aix', 'cloudabi') | |
| 49 | 49 | valid_arch = ('arm', 'arm64', 'ia32', 'mips', 'mipsel', 'mips64el', 'ppc', | |
| 50 | - 'ppc64', 'x32','x64', 'x86', 'x86_64', 's390x', 'riscv64', | ||
| 51 | - 'loong64') | ||
| 50 | + 'ppc64', 'x64', 'x86', 'x86_64', 's390x', 'riscv64', 'loong64') | ||
| 52 | 51 | valid_arm_float_abi = ('soft', 'softfp', 'hard') | |
| 53 | 52 | valid_arm_fpu = ('vfp', 'vfpv3', 'vfpv3-d16', 'neon') | |
| 54 | 53 | valid_mips_arch = ('loongson', 'r1', 'r2', 'r6', 'rx') | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,7 +11,7 @@ PERL = perl | |||
| 11 | 11 | # Supported architecture list | |
| 12 | 12 | ASM_ARCHS = aix-gcc aix64-gcc-as BSD-x86 BSD-x86_64 \ | |
| 13 | 13 | darwin64-x86_64-cc darwin-i386-cc darwin64-arm64-cc linux-aarch64 \ | |
| 14 | - linux-armv4 linux-elf linux-x32 linux-x86_64 linux-ppc \ | ||
| 14 | + linux-armv4 linux-elf linux-x86_64 linux-ppc \ | ||
| 15 | 15 | linux-ppc64 linux-ppc64le linux32-s390x linux64-s390x linux64-mips64\ | |
| 16 | 16 | solaris-x86-gcc solaris64-x86_64-gcc VC-WIN64A VC-WIN32 | |
| 17 | 17 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments