gcc/configure.in update for DJGPP

Mark E. snowball3@usa.net
Wed Oct 28 20:18:00 GMT 1998


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.  

        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/



More information about the Gcc mailing list