Commit 76c8f855 by Bruce Korb Committed by Bruce Korb

enable disabling of fast fixincludes

From-SVN: r26582
parent 70f7ef09
1999-04-22 Bruce Korb <ddsinc09@ix.netcom.com>
* configure.in: enable disabling of fast fixincludes
* configure: regenerate
1999-04-21 14:55 -0400 Zack Weinberg <zack@rabi.columbia.edu> 1999-04-21 14:55 -0400 Zack Weinberg <zack@rabi.columbia.edu>
* gen-protos.c: #undef abort after including system.h. * gen-protos.c: #undef abort after including system.h.
......
...@@ -208,7 +208,16 @@ AC_ARG_ENABLE(c-mbchar, ...@@ -208,7 +208,16 @@ AC_ARG_ENABLE(c-mbchar,
if test x$enable_c_mbchar != xno; then if test x$enable_c_mbchar != xno; then
extra_c_flags=-DMULTIBYTE_CHARS=1 extra_c_flags=-DMULTIBYTE_CHARS=1
fi) fi)
# Disable fast fixincludes
AC_ARG_ENABLE(fast-fixincludes,
[ --disable-fast-fixincludes
Disable the new fast fixincludes.
Run the old fixincludes script unconditionally],
if test x$enable_fast_fixincludes = xno ; then
cp $srcdir/fixincludes ./fixinc.sh
fi)
# Enable Haifa scheduler. # Enable Haifa scheduler.
AC_ARG_ENABLE(haifa, AC_ARG_ENABLE(haifa,
[ --enable-haifa use the experimental scheduler. [ --enable-haifa use the experimental scheduler.
...@@ -506,8 +515,6 @@ changequote([,])dnl ...@@ -506,8 +515,6 @@ changequote([,])dnl
;; ;;
*-*-openbsd*) *-*-openbsd*)
tm_file=${cpu_type}/openbsd.h tm_file=${cpu_type}/openbsd.h
# On OpenBSD systems, the headers are okay
fixincludes=Makefile.in
tmake_file="t-libc-ok t-openbsd" tmake_file="t-libc-ok t-openbsd"
# avoid surprises, always provide an xm-openbsd file # avoid surprises, always provide an xm-openbsd file
xm_file=${cpu_type}/xm-openbsd.h xm_file=${cpu_type}/xm-openbsd.h
...@@ -567,7 +574,6 @@ changequote([,])dnl ...@@ -567,7 +574,6 @@ changequote([,])dnl
xm_file="alpha/xm-alpha-interix.h xm-interix.h" xm_file="alpha/xm-alpha-interix.h xm-interix.h"
xmake_file="x-interix alpha/t-pe" xmake_file="x-interix alpha/t-pe"
tmake_file="alpha/t-interix" tmake_file="alpha/t-interix"
fixincludes=fixinc.interix
if test x$enable_threads = xyes ; then if test x$enable_threads = xyes ; then
thread_file='posix' thread_file='posix'
fi fi
...@@ -1120,8 +1126,6 @@ changequote(,)dnl ...@@ -1120,8 +1126,6 @@ changequote(,)dnl
i[34567]86-*-freebsdelf*) i[34567]86-*-freebsdelf*)
changequote([,])dnl changequote([,])dnl
tm_file="i386/i386.h i386/att.h linux.h i386/freebsd-elf.h i386/perform.h" tm_file="i386/i386.h i386/att.h linux.h i386/freebsd-elf.h i386/perform.h"
# On FreeBSD, the headers are already ok, except for math.h.
fixincludes=fixinc.wrap
extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o" extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
tmake_file=i386/t-freebsd tmake_file=i386/t-freebsd
gas=yes gas=yes
...@@ -1529,7 +1533,6 @@ changequote([,])dnl ...@@ -1529,7 +1533,6 @@ changequote([,])dnl
tmake_file="i386/t-cygwin i386/t-uwin" tmake_file="i386/t-cygwin i386/t-uwin"
extra_objs=winnt.o extra_objs=winnt.o
xmake_file=i386/x-cygwin xmake_file=i386/x-cygwin
fixincludes=Makefile.in
if test x$enable_threads = xyes; then if test x$enable_threads = xyes; then
thread_file='win32' thread_file='win32'
fi fi
...@@ -1544,7 +1547,6 @@ changequote([,])dnl ...@@ -1544,7 +1547,6 @@ changequote([,])dnl
tmake_file="i386/t-interix" tmake_file="i386/t-interix"
extra_objs=interix.o extra_objs=interix.o
xmake_file=x-interix xmake_file=x-interix
fixincludes=fixinc.interix
if test x$enable_threads = xyes ; then if test x$enable_threads = xyes ; then
thread_file='posix' thread_file='posix'
fi fi
...@@ -2343,7 +2345,6 @@ changequote([,])dnl ...@@ -2343,7 +2345,6 @@ changequote([,])dnl
extra_parts="crtbegin.o crtend.o" extra_parts="crtbegin.o crtend.o"
gnu_ld=yes gnu_ld=yes
gas=yes gas=yes
fixincludes=Makefile.in
;; ;;
mips*el-*-openbsd*) # mips little endian mips*el-*-openbsd*) # mips little endian
target_cpu_default="MASK_GAS|MASK_ABICALLS" target_cpu_default="MASK_GAS|MASK_ABICALLS"
...@@ -3087,7 +3088,6 @@ changequote([,])dnl ...@@ -3087,7 +3088,6 @@ changequote([,])dnl
tmake_file="sparc/t-halos sparc/t-sol2" tmake_file="sparc/t-halos sparc/t-sol2"
xmake_file=sparc/x-sysv4 xmake_file=sparc/x-sysv4
extra_parts="crt1.o crti.o crtn.o gmon.o crtbegin.o crtend.o" extra_parts="crt1.o crti.o crtn.o gmon.o crtbegin.o crtend.o"
fixincludes=fixinc.svr4
broken_install=yes broken_install=yes
;; ;;
sparc-*-solaris2*) sparc-*-solaris2*)
......
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