diff options
Diffstat (limited to 'Configurations/50-vms-x86_64.conf')
-rw-r--r-- | Configurations/50-vms-x86_64.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Configurations/50-vms-x86_64.conf b/Configurations/50-vms-x86_64.conf new file mode 100644 index 000000000000..edde2629ade0 --- /dev/null +++ b/Configurations/50-vms-x86_64.conf @@ -0,0 +1,14 @@ +## -*- mode: perl; -*- + +# OpenVMS cross compilation of x86_64 binaries on Itanium. This doesn't +# fit the usual cross compilation parameters that are used on Unixly machines + +( + 'vms-x86_64-cross-ia64' => { + inherit_from => [ 'vms-generic' ], + CC => 'XCC', + bn_ops => 'SIXTY_FOUR_BIT', + pointer_size => '', + setup_commands => [ '@SYS$MANAGER:X86_XTOOLS$SYLOGIN.COM' ], + } +); |