X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=Configurations%2F50-djgpp.conf;h=a8853a81a1465189515f3afa01bdb85b8375760e;hp=fa8e6625d8539fee82891c8f21bd79440c586b6d;hb=7ccfce81db635eb89401ed0bf2d9e256e962e5d8;hpb=3b6c4b07364797566c2c1fd75e499b2d9dd73506 diff --git a/Configurations/50-djgpp.conf b/Configurations/50-djgpp.conf index fa8e6625d8..a8853a81a1 100644 --- a/Configurations/50-djgpp.conf +++ b/Configurations/50-djgpp.conf @@ -5,10 +5,12 @@ my %targets = ( "DJGPP" => { inherit_from => [ asm("x86_asm") ], - cc => "gcc", - cflags => "-I/dev/env/WATT_ROOT/inc -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O2 -Wall", + CC => "gcc", + CFLAGS => "-fomit-frame-pointer -O2 -Wall", + cflags => "-I/dev/env/WATT_ROOT/inc -DTERMIOS -DL_ENDIAN", sys_id => "MSDOS", - ex_libs => add("-L/dev/env/WATT_ROOT/lib -lwatt"), + lflags => add("-L/dev/env/WATT_ROOT/lib"), + ex_libs => add("-lwatt"), bn_ops => "BN_LLONG", perlasm_scheme => "a.out", },