This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
gcc/configure.in update for DJGPP
- To: egcs at cygnus dot com
- Subject: gcc/configure.in update for DJGPP
- From: "Mark E." <snowball3 at usa dot net>
- Date: Wed, 28 Oct 1998 13:23:23 +0000
Greetings,
This change is for about line 953 of the current configure.in on cvsweb
that sets some variables for DJGPP. These settings are used already
in the DJGPP distribution of the egcs 1.1 source.
This change is for about line 953 of configure.in that sets some
variables for DJGPP. These settings are already used in the DJGPP
version of the egcs 1.1 source.
i[[34567]]86-pc-msdosdjgpp*)
changequote([,])dnl
xm_file=i386/xm-go32.h
tm_file=i386/go32.h
tmake_file=i386/t-go32
xmake_file=i386/x-go32
gnu_ld=yes
gas=yes
exeext=.exe
case $host in
*pc-msdosdjgpp*)
target_alias=djgpp
;;
esac
;;
--
Mark Elbrecht snowball3@usa.net
http://members.xoom.com/snowball3/