2018-03-07 20:38:23 +08:00
|
|
|
{
|
|
|
|
'defines': ['OPENSSL_NO_ASM'],
|
|
|
|
'conditions': [
|
2023-05-18 19:51:19 +08:00
|
|
|
['target_arch=="ppc64" and OS in ("aix", "os400")', {
|
2021-04-14 17:19:54 +08:00
|
|
|
'includes': ['config/archs/aix64-gcc-as/no-asm/openssl.gypi'],
|
2018-03-07 20:38:23 +08:00
|
|
|
}, 'target_arch=="ppc64" and OS=="linux" and node_byteorder =="little"', {
|
|
|
|
'includes': ['config/archs/linux-ppc64le/no-asm/openssl.gypi'],
|
|
|
|
}, 'target_arch=="s390x" and OS=="linux"', {
|
|
|
|
'includes': ['config/archs/linux64-s390x/no-asm/openssl.gypi'],
|
2020-01-26 20:29:10 +08:00
|
|
|
}, 'target_arch=="arm" and OS in ("linux", "android")', {
|
2018-03-07 20:38:23 +08:00
|
|
|
'includes': ['config/archs/linux-armv4/no-asm/openssl.gypi'],
|
2020-01-26 20:29:10 +08:00
|
|
|
}, 'target_arch=="arm64" and OS in ("linux", "android")', {
|
2018-03-07 20:38:23 +08:00
|
|
|
'includes': ['config/archs/linux-aarch64/no-asm/openssl.gypi'],
|
2019-07-22 23:09:25 +08:00
|
|
|
}, 'target_arch=="ia32" and OS=="freebsd"', {
|
|
|
|
'includes': ['config/archs/BSD-x86/no-asm/openssl.gypi'],
|
2018-03-07 20:38:23 +08:00
|
|
|
}, 'target_arch=="ia32" and OS=="linux"', {
|
|
|
|
'includes': ['config/archs/linux-elf/no-asm/openssl.gypi'],
|
|
|
|
}, 'target_arch=="ia32" and OS=="mac"', {
|
|
|
|
'includes': ['config/archs/darwin-i386-cc/no-asm/openssl.gypi'],
|
|
|
|
}, 'target_arch=="ia32" and OS=="solaris"', {
|
|
|
|
'includes': ['config/archs/solaris-x86-gcc/no-asm/openssl.gypi'],
|
|
|
|
}, 'target_arch=="ia32" and OS=="win"', {
|
|
|
|
'includes': ['config/archs/VC-WIN32/no-asm/openssl.gypi'],
|
|
|
|
}, 'target_arch=="ia32"', {
|
|
|
|
# noasm linux-elf for other ia32 platforms
|
|
|
|
'includes': ['config/archs/linux-elf/no-asm/openssl.gypi'],
|
|
|
|
}, 'target_arch=="x64" and OS=="freebsd"', {
|
|
|
|
'includes': ['config/archs/BSD-x86_64/no-asm/openssl.gypi'],
|
|
|
|
}, 'target_arch=="x64" and OS=="mac"', {
|
|
|
|
'includes': ['config/archs/darwin64-x86_64-cc/no-asm/openssl.gypi'],
|
2020-07-07 20:35:07 +08:00
|
|
|
}, 'target_arch=="arm64" and OS=="mac"', {
|
|
|
|
'includes': ['config/archs/darwin64-arm64-cc/no-asm/openssl.gypi'],
|
2018-03-07 20:38:23 +08:00
|
|
|
}, 'target_arch=="x64" and OS=="solaris"', {
|
|
|
|
'includes': ['config/archs/solaris64-x86_64-gcc/no-asm/openssl.gypi'],
|
|
|
|
}, 'target_arch=="x64" and OS=="win"', {
|
|
|
|
'includes': ['config/archs/VC-WIN64A/no-asm/openssl.gypi'],
|
2019-02-24 01:47:25 +08:00
|
|
|
}, 'target_arch=="arm64" and OS=="win"', {
|
|
|
|
'includes': ['config/archs/VC-WIN64-ARM/no-asm/openssl.gypi'],
|
2018-03-07 20:38:23 +08:00
|
|
|
}, 'target_arch=="x64" and OS=="linux"', {
|
|
|
|
'includes': ['config/archs/linux-x86_64/no-asm/openssl.gypi'],
|
2019-05-31 15:53:13 +08:00
|
|
|
}, 'target_arch=="mips64el" and OS=="linux"', {
|
|
|
|
'includes': ['config/archs/linux64-mips64/no-asm/openssl.gypi'],
|
2021-10-16 10:33:09 +08:00
|
|
|
}, 'target_arch=="riscv64" and OS=="linux"', {
|
|
|
|
'includes': ['config/archs/linux64-riscv64/no-asm/openssl.gypi'],
|
2023-06-09 09:14:08 +08:00
|
|
|
}, 'target_arch=="loong64" and OS=="linux"', {
|
|
|
|
'includes': ['config/archs/linux64-loongarch64/no-asm/openssl.gypi'],
|
2018-03-07 20:38:23 +08:00
|
|
|
}, {
|
|
|
|
# Other architectures don't use assembly
|
|
|
|
'includes': ['config/archs/linux-x86_64/no-asm/openssl.gypi'],
|
|
|
|
}],
|
|
|
|
],
|
|
|
|
}
|