aboutsummaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)AuthorFilesLines
1998-06-12 * configure.in: Add cygmon and libstub support for mn10300.Mark Alexander1-0/+3
1998-06-01 * configure.in: Use && rather than using -a in test, because oddIan Lance Taylor1-4/+4
strings can confuse test.
1998-05-15Sanitize Java.Stu Grossman1-2/+11
1998-05-05 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we areIan Lance Taylor1-0/+6
building with newlib.
1998-04-28 * configure.in: Change alpha to alpha* in several places.Ian Lance Taylor1-6/+6
1998-04-24 * configure.in: Include `flexlm' as a host library.Ben Elliston1-0/+24
1998-04-22Remove debug echoMichael Meissner1-1/+0
1998-04-22Fix typoMichael Meissner1-1/+2
1998-04-22remove duplicate libtoolIan Lance Taylor1-1/+1
1998-04-22Add support for --enable-target-optspace to compile with -Os instead of -O2, ↵Michael Meissner1-0/+22
and default d30v, d10v, m32r to use it
1998-04-21 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.Tom Tromey1-1/+1
(CONFIGURE_TARGET_MODULES): Likewise. (CHECK_TARGET_MODULES): Likewise. (INSTALL_TARGET_MODULES): Likewise. (CLEAN_TARGET_MODULES): Likewise. (all-target-libjava): New target. (all-target-boehm-gc): Likewise. * configure.in (target_libs): Added libjava, boehm-gc.
1998-04-19 * configure.in (host_tools): Fix typo, lbtool -> libtool.Brendan Kehoe1-1/+1
1998-04-17 * Makefile.in: Add libstub.Bob Manson1-4/+4
* configure.in: Ditto. Build libstub for targets that have cygmon support.
1998-04-14 * configure.in: Don't set PICFLAG on ix86-cygwin32.Ian Lance Taylor1-0/+3
1998-04-14Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>Jason Molenda1-1/+4
* configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and use mh-sysv5 if specified. Support gprof on SCO Open Server.
1998-04-13 * Makefile.in, configure.in: Add libtool as a native only directoryIan Lance Taylor1-2/+2
to configure and build.
1998-04-02Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>Geoffrey Noer1-2/+2
* Makefile.in: add ash make rules * configure.in: add ash to native_only and host_tools lists
1998-03-31 * Makefile.in: Add libidetcl, like libide.Ian Lance Taylor1-8/+8
(all-libide): Remove dependencies on all-tcl, all-tk, all-itcl, all-ilu. * configure.IN: Add libidetcl, like libide. * configure (GDB_TK): If enable_ide, add all-libidetcl.
1998-03-27 * Makefile.in (all-gettext, all-intl): New targets.Tom Tromey1-6/+6
(ALL_MODULES): Added all-gettext, all-intl. (CROSS_CHECK_MODULES): Added check-gettext, check-intl. (INSTALL_MODULES): Added install-gettext, install-intl. (CLEAN_MODULES): Added clean-gettext, clean-intl. * configure.in (host_tools): Added gettext. (native_only): Likewise. (noconfigdirs) [various cases]: Likewise. (host_libs): Added intl.
1998-03-25Remove CYGNUS LOCAL markers for Thumb port.Nick Clifton1-2/+2
1998-03-18Add thumb-pe target.Nick Clifton1-0/+3
1998-03-18Tue Mar 17 17:02:00 PST 1998 Syd Polk <spolk@cygnus.com>Syd Polk1-10/+10
* configure.in Makefile.in Changed "sn" to "snavigator"
1998-02-23 * configure.in: Remove libgloss from noconfigdirs for MN10300.Mark Alexander1-1/+1
1998-02-19 * configure.in: Don't build libgui for a cygwin32 target when not onIan Lance Taylor1-3/+3
a cygwin32 host.
1998-02-06Delete txvu stuff.Doug Evans1-6/+1
Delete last change that made sim build under dvp-elf.
1998-02-06 * configure.in (host_tools, native_only): Add libtool.Jason Molenda1-3/+3
1998-02-05Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>Geoffrey Noer1-2/+2
* configure.in: add target-gperf to noconfigdirs for Cygwin32. Fix typo in ming config comment.
1998-02-04* Make sim build under dvp-elf.Ian Carmichael1-1/+1
1998-01-31Sanitize away "*-windows*" host makefile frag when sanitizingFred Fish1-0/+2
with --lose-mswin.
1998-01-31Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>Geoffrey Noer1-7/+1
* configure.in: Remove expect from noconfigdirs when target is cygwin32. OK to build expect and dejagnu with Canadian Cross.
1998-01-30don't build itcl libgui tk tixDoug Evans1-0/+1
1998-01-28don't build gdb for dvp-elfDoug Evans1-1/+6
1998-01-28 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32Ian Lance Taylor1-1/+1
host.
1998-01-28 * configure.in: Add dvp-elf support.Doug Evans1-1/+1
* config.sub: Recognize dvp cpu.
1998-01-22Allow gdb to recognize txvu-elf as a valid configuration.Ron Unrau1-1/+1
1998-01-18 * configure.in: Check makefile fragments in the sourceJeff Law1-2/+2
directory.
1998-01-16 * configure.in: check whether host and target makefileJeff Law1-2/+6
fragments exist before adding them to *_makefile_frag
1998-01-15 * configure.in (target_configdirs): Add cygmon for sparc64-elf.Bob Manson1-0/+5
1998-01-15 * configure.in: Make sure we only replace RPATH_ENVVAR onKeith Seitz1-1/+1
lines which begin with RPATH_ENVVAR, i.e. add "^" to the regexp to sed. * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down to sub-makes.
1998-01-04 * config.sub: Add mingw32 support.Jeff Law1-2/+22
* configure.in: Likewise. * mh-mingw32: New file.
1998-01-03AJeff Law1-0/+3
* configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
1997-12-28 * configure.in (host_makefile_frag, target_makefile_frag):Jeff Law1-60/+180
Handle multiple config files. (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and alpha-*-*.
1997-12-22(txvu-*-elf*): Don't build target-libiberty.Doug Evans1-1/+2
1997-12-22 * configure.in: Add txvu-elf support.Doug Evans1-0/+6
* config.sub: Recognize txvu cpu.
1997-12-17Allow d30v to build libide once againMichael Meissner1-3/+0
1997-12-16sanitize out libide unless keep-ideIan Lance Taylor1-10/+13
1997-12-16 * Makefile.in: Add libgui directory.Ian Lance Taylor1-2/+2
(GDB_TK): Add all-libgui. * configure.in: Add libgui directory. * configure: Add all-libgui to GDB_TK.
1997-12-12Renamed v850eq -> v850eaNick Clifton1-1/+1
1997-12-10 Source directory cvs renamed to cvssrc:Ian Lance Taylor1-6/+6
* configure.in (host_tools): Change cvs to cvssrc. (native_only): Likewise. (noconfigdirs) [various cases]: Likewise. * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc. (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc. (INSTALL_MODULES): Change install-cvs to install-cvssrc. (CLEAN_MODULES): Change clean-cvs to clean-cvssrc. (all-cvssrc): Rename target from all-cvs.
1997-12-02Add support for Thumb targetNick Clifton1-0/+3