VirtualBox

source: vbox/trunk/src/libs/openssl-3.1.0/Configurations/50-djgpp.conf@ 100908

最後變更 在這個檔案從100908是 99366,由 vboxsync 提交於 22 月 前

openssl-3.1.0: Applied and adjusted our OpenSSL changes to 3.0.7. bugref:10418

檔案大小: 656 位元組
 
1# We can't make any commitment to support the DJGPP platform,
2# and rely entirely on the OpenSSL community to help is fine
3# tune and test.
4
5my %targets = (
6 "DJGPP" => {
7 inherit_from => [ "BASE_unix" ],
8 CC => "gcc",
9 CFLAGS => "-fomit-frame-pointer -O2 -Wall",
10 cflags => "-I/dev/env/WATT_ROOT/inc -DTERMIOS -DL_ENDIAN",
11 sys_id => "MSDOS",
12 lflags => add("-L/dev/env/WATT_ROOT/lib"),
13 ex_libs => add("-lwatt"),
14 bn_ops => "BN_LLONG",
15 asm_arch => 'x86',
16 perlasm_scheme => "a.out",
17 },
18);
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette