Last change
on this file since 107835 was 104078, checked in by vboxsync, 11 months ago |
openssl-3.1.5: Applied and adjusted our OpenSSL changes to 3.1.4. bugref:10638
|
File size:
420 bytes
|
Line | |
---|
1 | ## -*- mode: perl; -*-
|
---|
2 |
|
---|
3 | # OpenVMS cross compilation of x86_64 binaries on Itanium. This doesn't
|
---|
4 | # fit the usual cross compilation parameters that are used on Unixly machines
|
---|
5 |
|
---|
6 | (
|
---|
7 | 'vms-x86_64-cross-ia64' => {
|
---|
8 | inherit_from => [ 'vms-generic' ],
|
---|
9 | CC => 'XCC',
|
---|
10 | bn_ops => 'SIXTY_FOUR_BIT',
|
---|
11 | pointer_size => '',
|
---|
12 | setup_commands => [ '@SYS$MANAGER:X86_XTOOLS$SYLOGIN.COM' ],
|
---|
13 | }
|
---|
14 | );
|
---|
Note:
See
TracBrowser
for help on using the repository browser.