This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

gcc/configure.in update for DJGPP


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]