Skip to content

Commit

Permalink
djgpp: Inherit config from BASE_unix
Browse files Browse the repository at this point in the history
Build failed on djgpp due to missing config vars 'AR' and 'ARFLAGS'.
Additionally, '-lz' was not added to 'lflags' when zlib support was
enabled.  Inheriting configuration variables from BASE_unix solves both
these issues.

CLA: trivial

Reviewed-by: Richard Levitte <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
(Merged from openssl#19274)
  • Loading branch information
jwt27 authored and t8m committed Sep 29, 2022
1 parent 9710d72 commit 29d82bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Configurations/50-djgpp.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

my %targets = (
"DJGPP" => {
inherit_from => [ "BASE_unix" ],
CC => "gcc",
CFLAGS => "-fomit-frame-pointer -O2 -Wall",
cflags => "-I/dev/env/WATT_ROOT/inc -DTERMIOS -DL_ENDIAN",
Expand Down

0 comments on commit 29d82bd

Please sign in to comment.