Build fix for MIPS32R6.
Exclude MIPS optimizations for MIPS32R6 build since some of the instructions are not supported. This is temporary fix, until the MIPS32R6 code is added. R=andrew@webrtc.org Review URL: https://webrtc-codereview.appspot.com/25989004 Patch from Ljubomir Papuga <lpapuga@mips.com>. git-svn-id: http://webrtc.googlecode.com/svn/trunk@7580 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
cc476aa038
commit
508c91683c
@ -272,7 +272,7 @@
|
||||
}],
|
||||
],
|
||||
}],
|
||||
['target_arch=="mipsel"', {
|
||||
['target_arch=="mipsel" and mips_arch_variant!="r6"', {
|
||||
'defines': [
|
||||
'MIPS32_LE',
|
||||
],
|
||||
|
@ -140,7 +140,7 @@
|
||||
}],
|
||||
], # conditions
|
||||
}],
|
||||
['target_arch=="mipsel"', {
|
||||
['target_arch=="mipsel" and mips_arch_variant!="r6"', {
|
||||
'sources': [
|
||||
'signal_processing/include/spl_inl_mips.h',
|
||||
'signal_processing/complex_bit_reverse_mips.c',
|
||||
|
@ -87,7 +87,7 @@
|
||||
'pitch_filter_c.c',
|
||||
],
|
||||
}],
|
||||
['target_arch=="mipsel"', {
|
||||
['target_arch=="mipsel" and mips_arch_variant!="r6"', {
|
||||
'sources': [
|
||||
'entropy_coding_mips.c',
|
||||
'filters_mips.c',
|
||||
|
@ -112,7 +112,7 @@
|
||||
'ns/nsx_defines.h',
|
||||
],
|
||||
'conditions': [
|
||||
['target_arch=="mipsel"', {
|
||||
['target_arch=="mipsel" and mips_arch_variant!="r6"', {
|
||||
'sources': [
|
||||
'ns/nsx_core_mips.c',
|
||||
],
|
||||
@ -139,7 +139,7 @@
|
||||
['(target_arch=="arm" and arm_version==7) or target_arch=="armv7"', {
|
||||
'dependencies': ['audio_processing_neon',],
|
||||
}],
|
||||
['target_arch=="mipsel"', {
|
||||
['target_arch=="mipsel" and mips_arch_variant!="r6"', {
|
||||
'sources': [
|
||||
'aecm/aecm_core_mips.c',
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user