summaryrefslogtreecommitdiffstats
path: root/Configurations
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2016-09-01 10:46:08 +0200
committerAndy Polyakov <appro@openssl.org>2016-09-02 13:34:07 +0200
commitc1ec40ef1d9b487061f4f9e2843d4a1894f96660 (patch)
tree204d83481eec273fcb3837833c0b0369d567fdae /Configurations
parent947716c1872d210828122212d076d503ae68b928 (diff)
Configurations/10-main.conf: add android64-mips64 target.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'Configurations')
-rw-r--r--Configurations/10-main.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf
index a1d566de0b..f32ccbb2c8 100644
--- a/Configurations/10-main.conf
+++ b/Configurations/10-main.conf
@@ -938,6 +938,19 @@ sub vms_info {
inherit_from => [ "android64", asm("x86_64_asm") ],
perlasm_scheme => "elf",
},
+ "android64-mips64" => {
+ ############################################################
+ # You are more than likely have to specify target processor
+ # on ./Configure command line. Trouble is that toolchain's
+ # default is MIPS64r6 (at least in r10d), but there are no
+ # such processors around (or they are too rare to spot one).
+ # Actual problem is that MIPS64r6 is binary incompatible
+ # with previous MIPS ISA versions, in sense that unlike
+ # prior versions original MIPS binary code will fail.
+ #
+ inherit_from => [ "android64", asm("mips64_asm") ],
+ perlasm_scheme => "64",
+ },
#### *BSD
"BSD-generic32" => {