Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1997-07-04 | * Makefile.in (INSTALL_PROGRAM_ARGS): New variable. | Ian Lance Taylor | 1 | -0/+10 | |
(INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS). (INSTALL_SCRIPT): New variable. (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT. * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS to -x. * install-sh: Add support for -x option. | |||||
1997-06-30 | * configure.in, Makefile.in: Treat tix like itcl. | Ian Lance Taylor | 1 | -0/+4 | |
1997-06-26 | * Makefile.in (WINDRES): New variable. | Ian Lance Taylor | 1 | -0/+13 | |
(WINDRES_FOR_TARGET): New variable. (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET. (EXTRA_HOST_FLAGS): Add WINDRES. (EXTRA_TARGET_FLAGS): Add WINDRES. (EXTRA_GCC_FLAGS): Add WINDRES. ($(DO_X)): Pass down WINDRES. ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring. * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like DLLTOOL_FOR_TARGET. | |||||
1997-06-25 | * configure.in: configure sim before gdb for win32-x-ppc | Felix Lee | 1 | -0/+4 | |
1997-06-25 | Move gperf into the toplevel, from libg++. | Brendan Kehoe | 1 | -0/+14 | |
* configure.in (target_tools): Add target-gperf. (native_only): Add target-gperf. * Makefile.in (all-target-gperf): New target, depend on all-target-libg++. (configure-target-gperf): Empty rule. (ALL_TARGET_MODULES): Add all-target-gperf. (CONFIGURE_TARGET_MODULES): Add configure-target-gperf. (CHECK_TARGET_MODULES): Add check-target-gperf. (INSTALL_TARGET_MODULES): Add install-target-gperf. (CLEAN_TARGET_MODULES): Add clean-target-gperf. | |||||
1997-06-23 | Remove CYGNUS LOCAL markers for mn10200. | Jeff Law | 1 | -0/+4 | |
1997-06-19 | * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing | Brendan Kehoe | 1 | -2/+7 | |
--enable-multilib down to subdirs; setting TARGET_SUBDIR was enough. | |||||
1997-06-17 | * configure.in (is_cross_compiler): If we're building | Brendan Kehoe | 1 | -0/+5 | |
mips-sgi-irix6* native, turn on ENABLE_MULTILIB and set TARGET_SUBDIR. forces it to build libiberty w/ the newly built compiler, solving the n32 vs o32 problem doing the tests | |||||
1997-06-17 | * Makefile.in (all-sn): Depend on all-grep. | Tom Tromey | 1 | -0/+4 | |
1997-06-16 | * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets. | Ian Lance Taylor | 1 | -0/+2 | |
1997-06-16 | * configure: Set CFLAGS and CXXFLAGS, and substitute them into | Ian Lance Taylor | 1 | -0/+4 | |
Makefile. From Jeff Makey <jeff@cts.com>. * Makefile.in: Add comment for CFLAGS and CXXFLAGS. | |||||
1997-06-16 | * Makefile.in (DISTBISONFILES): Remove. | Ian Lance Taylor | 1 | -1/+5 | |
(taz): Don't futz with DISTBISONFILES. Change BISON to use $(DEFAULT_YACC). | |||||
1997-06-16 | * configure.in: Build itl, db, sn, etc., when building for native | Ian Lance Taylor | 1 | -0/+13 | |
cygwin32. * Makefile.in (LD): New variable. (EXTRA_HOST_FLAGS): Pass down LD. ($(DO_X)): Likewise. Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com> * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh. | |||||
1997-06-13 | * configure.in (targargs): Strip out any supplied --build argument | Bob Manson | 1 | -0/+5 | |
before adding our own. Always add --build. | |||||
1997-06-13 | * configure.in (targargs): Pass --build if we're doing | Bob Manson | 1 | -0/+5 | |
a cross-compile. Fix problems with the build defaulting to the host value if it isn't specified. | |||||
1997-06-11 | * configure: Use '|' instead of ":" as the seperator in | Rob Savoye | 1 | -0/+20 | |
sed. Otherwise sed chokes on NT path names with drive designators. Also look for "?:*" as the leading characters in an absolute pathname. | |||||
1997-05-09 | * Makefile.in (INSTALL_MODULES): Put install-opcodes before | Ian Lance Taylor | 1 | -0/+5 | |
install-binutils. | |||||
1997-05-08 | * Makefile.in: Add automake targets. | Ian Lance Taylor | 1 | -0/+5 | |
* configure.in (host_tools): Add automake. | |||||
1997-05-08 | * Makefile.in (all-libide): Depend upon all-ilu. | Ian Lance Taylor | 1 | -0/+6 | |
1997-05-06 | * configure: Default CXX to c++, not gcc. | Ian Lance Taylor | 1 | -0/+6 | |
* Makefile.in (CXX): Set to c++, not gcc. (CXX_FOR_TARGET): When cross, transform c++, not gcc. This is to that $(CXX) and $(CXX_FOR_TARGET) can be used to link C++ programs as well as just compile C++ code. | |||||
1997-05-06 | * Makefile.in: Add ILU targets. | Ian Lance Taylor | 1 | -0/+12 | |
* configure.in (host_tools): Add ILU. Also add IDE sanitization to configure.in. | |||||
1997-04-30 | * configure.in: Turn on multilib by default. | Jason Merrill | 1 | -0/+13 | |
(cross_only): Remove target-libiberty. * Makefile.in (all-gcc): Don't depend on libiberty. | |||||
1997-04-29 | Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com> | Michael Snyder | 1 | -0/+4 | |
* config.guess: improve algorithm for recognizing Gnu Hurd x86. | |||||
1997-04-24 | * Makefile.in (DISTBISONFILES): Add ld/Makefile.in | Ian Lance Taylor | 1 | -0/+1 | |
1997-04-24 | * Makefile.in (DEVO_SUPPORT): Add mpw-install. | Ian Lance Taylor | 1 | -0/+4 | |
1997-04-23 | Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com> | Geoffrey Noer | 1 | -0/+5 | |
* configure.in: if target is cygwin32 but host isn't cygwin32, don't configure gdb tcl tk expect, not just gdb. | |||||
1997-04-21 | * configure.in: Added gnuserv everywhere sn appears. | Tom Tromey | 1 | -0/+10 | |
* Makefile.in (ALL_MODULES): Added all-gnuserv. (CROSS_CHECK_MODULES): Added check-gnuserv. (INSTALL_MODULES): Added install-gnuserv. (CLEAN_MODULES): Added clean-gnuserv. (all-gnuserv): New target. | |||||
1997-04-21 | * configure.in (host_libs): Added libide. | Tom Tromey | 1 | -0/+14 | |
Skip libide, vmake if no X. Also skip these everywhere that sn is skipped. * Makefile.in (ALL_MODULES): Added all-vmake, all-libide. (CROSS_CHECK_MODULES): Added check-vmake, check-libide. (INSTALL_MODULES): Added install-vmake, install-libide. (CLEAN_MODULES): Added clean-vmake, clean-libide. (all-vmake, all-libide): New targets. | |||||
1997-04-17 | Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org> | Ian Lance Taylor | 1 | -0/+4 | |
* config.guess: Fixes for MIPS OpenBSD systems. | |||||
1997-04-15 | * Makefile.in (DEVO_SUPPORT): Add mkinstalldirs. | Ian Lance Taylor | 1 | -0/+1 | |
1997-04-15 | * Makefile.in (INSTALL_XFORM): Remove. | Ian Lance Taylor | 1 | -0/+3 | |
(BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM. | |||||
1997-04-15 | * mkinstalldirs: New file, copied from automake. | Ian Lance Taylor | 1 | -0/+10 | |
* Makefile.in (installdirs): Rename from install-dirs. Use mkinstalldirs. Change all users. | |||||
1997-04-14 | * configure: Use ${config_shell} with ${moveifchange}. From Thomas | Ian Lance Taylor | 1 | -0/+5 | |
Graichen <graichen@rzpd.de>. | |||||
1997-04-11 | Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se> | Ian Lance Taylor | 1 | -0/+4 | |
* config.guess: Recognize OpenBSD systems correctly. VS: ---------------------------------------------------------------------- | |||||
1997-04-11 | * README, Makefile.in (ETC_SUPPORT): Remove references to | Jason Molenda | 1 | -0/+5 | |
cfg-paper*, configure.{texi,man,info*}._ | |||||
1997-04-07 | Build X11 targets before gcc/targetlib. | Andrew Cagney | 1 | -0/+13 | |
1997-03-30 | * configure.in: Remove noconfigdirs case since gdb also | Fred Fish | 1 | -0/+7 | |
configures and builds for tic80-coff. | |||||
1997-03-28 | * configure: Set cache_file to config.cache. | Ian Lance Taylor | 1 | -0/+9 | |
* Makefile.in (local-distclean): Remove config.cache. | |||||
1997-03-26 | Add libgloss, G++ libraries to tic80 builds | Michael Meissner | 1 | -0/+7 | |
1997-03-24 | Delete duplicate mn10300 entry, move other to normal place. | David Edelsohn | 1 | -0/+4 | |
1997-03-24 | * Makefile.in (install-dirs): Don't crash if prefix, and hence | Ian Lance Taylor | 1 | -0/+5 | |
MAKEDIRS, is empty. | |||||
1997-03-21 | Remove m32r sanitization. | David Edelsohn | 1 | -6/+0 | |
1997-03-21 | Make powerpc simulator support in gdb dependent on whether the simulator was ↵ | Michael Meissner | 1 | -0/+10 | |
configured in | |||||
1997-03-16 | Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com> | Martin Hunt | 1 | -0/+4 | |
* config.sub: Remove misplaced comment that broke Linux. | |||||
1997-03-16 | * config.sub: Add BeOS support. | Fred Fish | 1 | -1/+8 | |
1997-03-10 | * Makefile.in (CHECK_X11_MODULES): Don't run check-tk. | Tom Tromey | 1 | -7/+11 | |
1997-03-05 | Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com> | Martin Hunt | 1 | -0/+12 | |
* configure.in (noconfigdirs): Remove tcl and tk from noconfigdirs for cygwin32 builds. | |||||
1997-03-01 | * configure.in (tic80-*-*): Remove ld from noconfigdirs. | Fred Fish | 1 | -0/+6 | |
1997-02-27 | * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove ↵ | Ken Raeburn | 1 | -0/+9 | |
make-all.com, use makefile.vms instead. | |||||
1997-02-25 | * configure.in (host_libs): Build itcl after tcl, tk. | Tom Tromey | 1 | -0/+2 | |