source:
vbox/trunk/src/libs/openssl-3.0.2/Configurations/50-djgpp.conf@
94403
最後變更 在這個檔案從94403是 94082,由 提交於 3 年 前 | |
---|---|
檔案大小: 611 位元組 |
行 | |
---|---|
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 | |
5 | my %targets = ( |
6 | "DJGPP" => { |
7 | CC => "gcc", |
8 | CFLAGS => "-fomit-frame-pointer -O2 -Wall", |
9 | cflags => "-I/dev/env/WATT_ROOT/inc -DTERMIOS -DL_ENDIAN", |
10 | sys_id => "MSDOS", |
11 | lflags => add("-L/dev/env/WATT_ROOT/lib"), |
12 | ex_libs => add("-lwatt"), |
13 | bn_ops => "BN_LLONG", |
14 | asm_arch => 'x86', |
15 | perlasm_scheme => "a.out", |
16 | }, |
17 | ); |
注意:
瀏覽 TracBrowser
來幫助您使用儲存庫瀏覽器