50-vms-x86_64.conf 420 B

1234567891011121314
  1. ## -*- mode: perl; -*-
  2. # OpenVMS cross compilation of x86_64 binaries on Itanium. This doesn't
  3. # fit the usual cross compilation parameters that are used on Unixly machines
  4. (
  5. 'vms-x86_64-cross-ia64' => {
  6. inherit_from => [ 'vms-generic' ],
  7. CC => 'XCC',
  8. bn_ops => 'SIXTY_FOUR_BIT',
  9. pointer_size => '',
  10. setup_commands => [ '@SYS$MANAGER:X86_XTOOLS$SYLOGIN.COM' ],
  11. }
  12. );