Skip to main content
  • Home
  • login
  • Browse the archive

    swh mirror partner logo
swh logo
SoftwareHeritage
Software
Heritage
Mirror
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

  • 9c60a4a
  • /
  • 50-vms-x86_64.conf
Raw File
Permalinks

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
content badge Iframe embedding
swh:1:cnt:ef6bd7b62c36a0c450621d329e85a04a97686b21
directory badge Iframe embedding
swh:1:dir:9c60a4a92c8a02b270c66a8732ca18d8731d464e
50-vms-x86_64.conf
## -*- mode: perl; -*-

# OpenVMS for x86_64 is currently out on a field test.  A native C compiler
# is currently not available, but there are cross-compilation tools for
# OpenVMS for Itanium.  This configuration file holds the necessary target(s)
# to make that useful.
#
# The assumption is that *building* is done on Itanium, and then the source
# tree and build tree are transferred to x86_64, where tests can be performed,
# and installation can be done.

(
 'vms-x86_64' => {
     inherit_from   => [ 'vms-generic' ],
     CC             => 'XCC',
     bn_ops         => 'SIXTY_FOUR_BIT',
     pointer_size   => '',
     setup_commands => [ '@SYS$MANAGER:X86_XTOOLS$SYLOGIN.COM' ],
 }
);

ENEA — Copyright (C), ENEA. License: GNU AGPLv3+.
Legal notes  ::  JavaScript license information ::  Web API

back to top