50-vms-x86_64.conf 696 B

1234567891011121314151617181920
  1. ## -*- mode: perl; -*-
  2. # OpenVMS for x86_64 is currently out on a field test. A native C compiler
  3. # is currently not available, but there are cross-compilation tools for
  4. # OpenVMS for Itanium. This configuration file holds the necessary target(s)
  5. # to make that useful.
  6. #
  7. # The assumption is that *building* is done on Itanium, and then the source
  8. # tree and build tree are transferred to x86_64, where tests can be performed,
  9. # and installation can be done.
  10. (
  11. 'vms-x86_64' => {
  12. inherit_from => [ 'vms-generic' ],
  13. CC => 'XCC',
  14. bn_ops => 'SIXTY_FOUR_BIT',
  15. pointer_size => '',
  16. setup_commands => [ '@SYS$MANAGER:X86_XTOOLS$SYLOGIN.COM' ],
  17. }
  18. );