Commit d7156fee by Bruce Korb Committed by Bruce Korb

Enable fixincludes for msdosdjgpp

From-SVN: r37956
parent f7674545
2000-12-02 Bruce Korb <bkorb@gnu.org>
* fixnc/mkfixinc.sh(msdosdjgpp): remove from fixincludes exception list
(per Laurynas Biveinis <lauras@softhome.net>)
2000-12-02 Richard Earnshaw <rearnsha@arm.com>
* arm.h (ARM_REGNO_OK_FOR_BASE_P, THUMB_REGNO_MODE_OK_FOR_BASE_P): New
......
......@@ -45,6 +45,10 @@ case $machine in
fixincludes=fixinc.ptx
;;
i?86-*-msdosdjgpp* )
MAKE="${MAKE} -f ${srcdir}/Makefile.DOS srcdir=${srcdir}"
;;
alpha*-dec-vms* | \
arm-semi-aout | armel-semi-aout | \
arm-semi-aof | armel-semi-aof | \
......@@ -62,7 +66,7 @@ case $machine in
i?86-*-win32 | \
i?86-*-pe | i?86-*-cygwin* | \
i?86-*-mingw32* | \
i?86-*-uwin* | i?86-*-msdosdjgpp* | \
i?86-*-uwin* | \
mips-sgi-irix5cross64 | \
powerpc-*-eabiaix* | \
powerpc-*-eabisim* | \
......@@ -101,6 +105,7 @@ fi
# OK. We gotta make the thing.
# make and install either the binary or the default script
cmd="$MAKE SHELL=\"$SHELL\" CC=\"$CC\" CFLAGS=\"$CFLAGS\" LDFLAGS=\"$LDFLAGS\" install-bin"
defs="SHELL=\"$SHELL\" CC=\"$CC\" CFLAGS=\"$CFLAGS\" LDFLAGS=\"$LDFLAGS\""
cmd="$MAKE ${defs} install-bin"
echo $cmd
eval $cmd
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment