Skip to content

Commit

Permalink
configure: Set OS/2 objformat to a.out.
Browse files Browse the repository at this point in the history
Signed-off-by: Diego Biurrun <diego@biurrun.de>
  • Loading branch information
dryeo authored and DonDiego committed May 20, 2011
1 parent d69f9a4 commit 9297f1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -2473,6 +2473,7 @@ case $target_os in
;;
os/2*)
ln_s="cp -f"
objformat="aout"
add_ldflags -Zomf -Zbin-files -Zargs-wild -Zmap
SHFLAGS='$(SUBDIR)$(NAME).def -Zdll -Zomf'
FFSERVERLDFLAGS=""
Expand Down

0 comments on commit 9297f1e

Please sign in to comment.