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]

Re: AutoGen + Guile for fixinc maintenance



> No.  Well, not the generated program, anyway.  The definitive
> answer comes from mkfixinc.sh.  In simple English, WinNT uses
> its own script (for now?) and DOS uses nothing.

Not exactly. DJGPP (i?86-pc-msdosdjgpp, not listed by you below)
uses fixincludes nowadays.

>    case $machine in
>    ...
>    alpha*-*-winnt* | \
>    i?86-*-winnt3*)
>         fixincludes=fixinc.winnt
>         ;;
>    ...
>    i?86-moss-msdos* | i?86-*-moss* | \
>    ... )
>         fixincludes=
>         ;;
>    esac

Laurynas


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