AutoGen + Guile for fixinc maintenance
Laurynas Biveinis
lauras@softhome.net
Tue Apr 17 12:11:00 GMT 2001
> 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
More information about the Gcc
mailing list