aboutsummaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)AuthorFilesLines
1998-11-19* configure.in: Add libtermcap to list of cygwin dependencies.Christopher Faylor1-1/+1
* config/cygwin.mh: Add extra libtermcap target information. Make gdb depend on libtermcap for future readline depencency.
1998-11-13 * configure.in (host_tools): Added zip.Tom Tromey1-1/+1
* Makefile.in (all-target-libjava): Depend on all-zip. (all-zip): New target. (ALL_MODULES): Added all-zip. (NATIVE_CHECK_MODULES): Added check-zip. (INSTALL_MODULES): Added install-zip. (CLEAN_MODULES): Added clean-zip.
1998-11-05Build FR30 libraries with -Os.Nick Clifton1-2/+2
1998-11-02Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>Geoffrey Noer1-9/+9
* configure.in: drop "32" from config/mh-cygwin32. Check cygwin* instead of cygwin32*. * config.sub: Check cygwin* instead of cygwin32*.
1998-10-201998-10-20 Syd Polk <spolk@cygnus.com>Syd Polk1-1/+1
* Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1 if desired.
1998-10-15 * configure.in (enable_cgen_maint): Fix typo.Doug Evans1-1/+1
1998-10-09Merge with egcs-19981008Jeff Law1-10/+20
1998-10-01Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>Geoffrey Noer1-2/+2
* Makefile.in: add bzip2 package building bits for user tools module * configure.in: ditto
1998-09-29change armelf sanitization to CYGNUS LOCAL markersCatherine Moore1-4/+4
1998-09-25Fri Sep 25 18:07:32 1998 Jeff Johnston <jjohnstn@cygnus.com>Jeff Johnston1-0/+3
* configure.in (target_libs): Added target-libdsp. * Makefile.in (TARGET_CONFIGDIRS): Added libdsp as target. New libdsp component added.
1998-08-21 * configure.in (target_libs): Added target-qthreads.Tom Tromey1-0/+1
* Makefile.in (ALL_TARGET_MODULES): Added qthreads. (CONFIGURE_TARGET_MODULES): Likewise. (CHECK_TARGET_MODULES): Likewise. (INSTALL_TARGET_MODULES): Likewise. (CLEAN_TARGET_MODULES): Likewise. (all-target-qthreads): New target. (configure-target-libjava): Depend on configure-target-qthreads. (all-target-libjava): Depend on all-target-qthreads.
1998-07-31Add sanitize markers for thumb-elf and arm-elf.Catherine Moore1-0/+4
1998-07-31Add arm-elf and thumb-elf support.Catherine Moore1-0/+6
1998-07-24 * configure.in (mips64r5900-sky-elf*): Use config/mt-sky.Doug Evans1-2/+13
Set extraconfigdirs to build dvp-elf-as. * configure (extraconfigdirs): New variable. (SUBDIRS): Add extraconfigdirs and recurse on them too. * Makefile.in (all): Move higher in file. (EXTRA_TARGET_HOST_ALL_MODULES): New variable. (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables. (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES. (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES. (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
1998-07-23remove d30v sanitizationIan Lance Taylor1-8/+1
1998-07-16 Brought over from egcs:Ian Lance Taylor1-6/+6
Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com) * configure.in (target_subdir): Set to ${target_alias} instead of "libraries". Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com> * configure.in (target_subdir): Set to libraries if enable_multilib.
1998-07-15 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, toIan Lance Taylor1-1/+1
avoid confusion with --no-recursion.
1998-07-14Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>Geoffrey Noer1-11/+0
* configure.in: Win32 hosts shouldn't use install -x * install-sh: remove -x option, and special .exe-handling hack.
1998-07-14 * config.guess: Recognize i586-pc-beos.Richard Henderson1-0/+10
* configure.in: Don't build some bits for beos.
1998-07-02 * configure.in: configure cgen if --enable-cgen-maint.Doug Evans1-0/+10
* Makefile.in (ALL_MODULES,CLEAN_MODULES): Add all-cgen. (all-cgen): New rule. (all-opcodes,all-sim): Depend on all-cgen.
1998-06-24 * configure.in (noconfigdirs): Add configure pattern for mips tx39John Metzler1-0/+4
cygmon
1998-06-24 * configure.in: Add cygmon and libstub support for mn10200.Mark Alexander1-1/+4
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