diff options
Diffstat (limited to 'cc/gen_stub_libs.py')
-rwxr-xr-x | cc/gen_stub_libs.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cc/gen_stub_libs.py b/cc/gen_stub_libs.py index 0de703ce1..7deb804c3 100755 --- a/cc/gen_stub_libs.py +++ b/cc/gen_stub_libs.py @@ -26,8 +26,6 @@ import sys ALL_ARCHITECTURES = ( 'arm', 'arm64', - 'mips', - 'mips64', 'x86', 'x86_64', ) |