Remove unused mips workarounds.

This was never really finished, and hasn't been supported for years.

Test: treehugger
Change-Id: I21d4c3112aa8cf0c56e59f0cc19ff8725ef714b9
This commit is contained in:
Elliott Hughes
2020-03-06 16:55:28 -08:00
parent 03b5185b88
commit da3a071eaa
15 changed files with 9 additions and 432 deletions

4
doc.go
View File

@@ -46,8 +46,8 @@
//
// Target architecture
// The target architecture is the preferred architecture supported by the selected
// device. It is most commonly 32-bit arm, but may also be 64-bit arm, 32-bit or
// 64-bit x86, or mips.
// device. It is most commonly 32-bit arm, but may also be 64-bit arm, 32-bit
// x86, or 64-bit x86.
//
// Secondary architecture
// The secondary architecture specifies the architecture to compile a second copy