]> git.ipfire.org Git - thirdparty/openssl.git/blob - Configurations/50-djgpp.conf
Constify ASN1_TYPE_get, ASN1_STRING_type, ASN1_STRING_to_UTF8, ASN1_TYPE_get_octetstr...
[thirdparty/openssl.git] / Configurations / 50-djgpp.conf
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 %targets = (
6 "DJGPP" => {
7 inherit_from => [ asm("x86_asm") ],
8 cc => "gcc",
9 cflags => "-I/dev/env/WATT_ROOT/inc -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O2 -Wall",
10 sys_id => "MSDOS",
11 ex_libs => add("-L/dev/env/WATT_ROOT/lib -lwatt"),
12 bn_ops => "BN_LLONG",
13 perlasm_scheme => "a.out",
14 },
15 );