Commit dedcc399 by Mark Elbrecht Committed by Jeff Law

* configure.in (msdosdjgpp): Set exeext and target_alias.

From-SVN: r23445
parent 0999b4b8
Fri Oct 30 00:42:34 1998 Mark Elbrecht <snowball3@usa.net>
* configure.in (msdosdjgpp): Set exeext and target_alias.
Thu Oct 29 23:55:43 1998 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
* flow.c (XNMALLOC): New macro.
......
......@@ -1190,6 +1190,12 @@ changequote([,])dnl
tmake_file=i386/t-go32
gnu_ld=yes
gas=yes
exeext=.exe
case $host in
*pc-msdosdjgpp*)
target_alias=djgpp
;;
esac
;;
changequote(,)dnl
i[34567]86-moss-msdos* | i[34567]86-*-moss*)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment