]> git.ipfire.org Git - thirdparty/openssl.git/blame - Configurations/50-djgpp.conf
Move bn_asm_src file information to build.info files
[thirdparty/openssl.git] / Configurations / 50-djgpp.conf
CommitLineData
ae69c7d3
RL
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
3b6c4b07 5my %targets = (
ae69c7d3
RL
6 "DJGPP" => {
7 inherit_from => [ asm("x86_asm") ],
abe256e7
RL
8 CC => "gcc",
9 CFLAGS => "-fomit-frame-pointer -O2 -Wall",
10 cflags => "-I/dev/env/WATT_ROOT/inc -DTERMIOS -DL_ENDIAN",
ae69c7d3 11 sys_id => "MSDOS",
47eeaf45
RL
12 lflags => add("-L/dev/env/WATT_ROOT/lib"),
13 ex_libs => add("-lwatt"),
ae69c7d3 14 bn_ops => "BN_LLONG",
e6f98ae4 15 asm_arch => 'x86',
ae69c7d3
RL
16 perlasm_scheme => "a.out",
17 },
18);