Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1998-01-26 | Fix some problems with gdbtk sanitization. | Fred Fish | 1 | -1/+6 | |
1998-01-24 | * configure (package_makefile_frag): Move inserting the | Jeff Law | 1 | -26/+34 | |
${package_makefile_frag} to where it should be according to the comment. | |||||
1997-12-17 | * configure: Only put libide in GDB_TK if --enable-ide. | Ian Lance Taylor | 1 | -1/+3 | |
1997-12-16 | sanitize out libide unless keep-ide | Ian Lance Taylor | 1 | -0/+3 | |
1997-12-16 | * Makefile.in: Add libgui directory. | Ian Lance Taylor | 1 | -1/+1 | |
(GDB_TK): Add all-libgui. * configure.in: Add libgui directory. * configure: Add all-libgui to GDB_TK. | |||||
1997-11-26 | * Makefile.in, configure, configure.in: merge with foundry-971118-build | Keith Seitz | 1 | -5/+75 | |
1997-09-16 | Uli's libio/libstdc++ changes. | Jeff Law | 1 | -36/+55 | |
1997-08-14 | * configure: When handling a Canadian Cross, handle YACC as well as | Ian Lance Taylor | 1 | -9/+12 | |
BISON. Just set BISON to bison. When setting YACC, prefer bison. | |||||
1997-08-13 | * configure: If OSTYPE matches *win32*, try to find a good value for | Ian Lance Taylor | 1 | -4/+35 | |
CONFIG_SHELL. | |||||
1997-07-22 | Tue Jul 22 14:50:42 1997 Robert Hoehne ↵ | Ian Lance Taylor | 1 | -0/+4 | |
<robert.hoehne@Mathematik.TU-Chemnitz.DE> * configure: Treat msdosdjgpp like go32. | |||||
1997-07-22 | Tue Jul 22 14:50:42 1997 Robert Hoehne ↵ | Ian Lance Taylor | 1 | -3/+3 | |
<robert.hoehne@Mathematik.TU-Chemnitz.DE> * configure: Change Makefile.tem2 to Makefile.tm2. | |||||
1997-07-14 | Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com> | Martin Hunt | 1 | -1/+1 | |
* configure (GDB_TK): Needs itcl and tix. | |||||
1997-06-26 | * Makefile.in (WINDRES): New variable. | Ian Lance Taylor | 1 | -0/+4 | |
(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-16 | * configure: Set CFLAGS and CXXFLAGS, and substitute them into | Ian Lance Taylor | 1 | -1/+30 | |
Makefile. From Jeff Makey <jeff@cts.com>. * Makefile.in: Add comment for CFLAGS and CXXFLAGS. | |||||
1997-06-11 | * configure: Use '|' instead of ":" as the seperator in | Rob Savoye | 1 | -13/+23 | |
sed. Otherwise sed chokes on NT path names with drive designators. Also look for "?:*" as the leading characters in an absolute pathname. | |||||
1996-10-10 | * configure: Don't get confused by CPU-VENDOR-linux-gnu. | Ian Lance Taylor | 1 | -12/+12 | |
1996-10-10 | * configure: Rework yesterday's sed script patch. | Ian Lance Taylor | 1 | -15/+5 | |
1996-10-09 | * configure: Avoid hpux10.20 sed bug. | Jeff Law | 1 | -7/+60 | |
1996-01-22 | Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com> | Steve Chamberlain | 1 | -1/+5 | |
* Makefile.in (DLLTOOL): New. (DLLTOOL_FOR_TARGET): New. (EXTRA_HOST_FLAGS): Pass down DLLTOOL. (EXTRA_TARGET_FLAGS): Ditto. (EXTRA_GCC_FLAGS): Ditto. (CONFIGURE_TARGET_MODULES): Ditto. (DO_X): Ditto. * configure: Add DLLTOOL. | |||||
1996-01-06 | Make all-gdb include all-tcl/all-tk unless gdbtk is not built. | Michael Meissner | 1 | -2/+18 | |
1995-11-22 | * configure: Don't turn -v into --v. | Ian Lance Taylor | 1 | -0/+3 | |
1995-11-21 | * configure.in: Strip --host and --target options from | Ian Lance Taylor | 1 | -6/+28 | |
CONFIG_ARGUMENTS, and always configure for --host only. Add --with-cross-host option when building with a cross-compiler. * configure: Canonicalize the arguments put into config.status by always using `=' for an option with an argument. Pass a presumed --host or --target explicitly. | |||||
1995-11-07 | * configure: Default ${build} correctly. Avoid picking up extra | Ian Lance Taylor | 1 | -15/+120 | |
spaces when reading CC and CXX from Makefile. When doing a Canadian Cross, use plausible default values for numerous variables. * configure.in: When doing a Canadian Cross, don't try to configure tools whose configure script can't handle it. | |||||
1995-11-05 | * configure: Remove dubious bug reporting address. | Per Bothner | 1 | -19/+12 | |
1995-10-04 | * configure: If CC and CXX are not set in the environment, set | Ian Lance Taylor | 1 | -8/+68 | |
them, based on either an existing Makefile or on searching for gcc in PATH. Substitute for CC and CXX in Makefile. * configure.in: Remove libm from target_libs. Separate target_configdirs from configdirs. If CC is not set in environment, try to get it from a host Makefile fragment. Rewrite changes of configdirs to use skipdirs instead. A few minor tweaks. Take directories out of target_configdirs as they are taken out of configdirs. Remove existing Makefile files from subdirectories. Substitute for TARGET_CONFIGDIRS and CONFIG_ARGUMENTS in Makefile. * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set by configure.in. (CONFIG_ARGUMENTS): Likewise. (CONFIGURE_TARGET_MODULES): New variable. ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS. ($(CONFIGURE_TARGET_MODULES)): New target. (configure-libg++, configure-libio): New targets. (all-libg++): Depend upon configure-libg++. (all-libio): Depend upon configure-libio. (configure-libgloss, all-libgloss): New targets. (configure-libstdc++): New target. (all-libstdc++): Depend upon configure-libstdc++. (configure-librx, all-librx): New targets. (configure-newlib): New target. (all-newlib): Depend upon configure-newlib (configure-xiberty): New target. (all-xiberty): Depend upon configure-xiberty. | |||||
1995-06-21 | Handle autoconfiscated directories by running the correct configure script. | Ken Raeburn | 1 | -5/+44 | |
1995-02-28 | * configure: If the --cache-file is used, pass it down to | Ian Lance Taylor | 1 | -15/+45 | |
configure in subdirectories. PR 6389. | |||||
1994-08-26 | configure: Accept and ignore --cache*, for compat w/autoconf 2. | Ken Raeburn | 1 | -3/+6 | |
1994-08-22 | * configure (version): A few more tweaks to help message. | Ian Lance Taylor | 1 | -14/+14 | |
1994-08-19 | * configure: Fix up help message; from karl@owl.hq.ileaf.com | Ian Lance Taylor | 1 | -23/+13 | |
(Karl Berry). | |||||
1994-07-23 | * configure: Search current dir first in .gdbinit. | Stu Grossman | 1 | -2/+3 | |
1994-06-07 | * configure: If there is a package_makefile_frag, remove | Ian Lance Taylor | 1 | -0/+1 | |
${subdir}/Makefile.tem after copying it in. | |||||
1994-06-02 | * configure: Set program_transform_nameoption correctly. | Ian Lance Taylor | 1 | -1/+1 | |
1994-06-02 | * configure: If config.guess result is a prefix of the user | Ian Lance Taylor | 1 | -9/+27 | |
specified target, assume a native build and use the user specified target as the host alias. Remove SunOS patch suffix removal hack. * configure.in: Remove SunOS patch suffix removal hack. | |||||
1994-06-01 | * Makefile.in: Rename HOST_ONLY to NATIVE. | Bill Cox | 1 | -12/+22 | |
* configure: Delete SunOs patch suffix from host_canonical and build_canonical variables that are prepended to Makefiles. * configure.in: Add comments to patch suffix removal for easier maintenance. | |||||
1994-04-08 | * configure: Ignore --x-includes and --x-libraries, for Autoconf | David MacKenzie | 1 | -1/+3 | |
compatibility. | |||||
1994-03-31 | * configure: Support --silent, --quiet. | David MacKenzie | 1 | -4/+8 | |
1994-03-31 | * configure: Support --disable-FEATURE. | David MacKenzie | 1 | -2/+8 | |
1994-03-26 | * configure: Make unrecognized options give nonfatal warnings | David MacKenzie | 1 | -9/+11 | |
instead of fatal errors, and pass them to any subdirectory configures in case they recognize them. Make --x equivalent to --with-x. | |||||
1994-03-26 | * configure: Add --enable-* options. Clean up usage message and | David MacKenzie | 1 | -25/+33 | |
some comments. | |||||
1994-01-22 | * configure: Completely rewrite option processing. Take | Stu Grossman | 1 | -303/+280 | |
advantage of pattern-matching to avoid invoking test frequently. Also clean up host and target defaulting logic. | |||||
1993-12-20 | * configure: If only ${target_alias} is given, use that | Per Bothner | 1 | -25/+15 | |
as the default for ${host_alias}. * configure: Add missing back-slashes before nested quotes. | |||||
1993-09-15 | fix replacement of multiline values for CC and CXX | David D. Zuhn | 1 | -0/+23 | |
1993-09-08 | support for --host HOST | David D. Zuhn | 1 | -1/+23 | |
1993-08-02 | add support for CONFIG_SHELL | David D. Zuhn | 1 | -8/+17 | |
1993-07-16 | work around lynxos /bin/sh lossage | David D. Zuhn | 1 | -1/+1 | |
1993-07-09 | * configure: Remove extraneous output when guessing host type. | John Gilmore | 1 | -4/+2 | |
* config.guess: Remove extraneous output when guessing using C compiler rather than uname, or when guessing fails. | |||||
1993-07-08 | remove another fixme | David D. Zuhn | 1 | -14/+2 | |
1993-06-17 | quote program_transform_name value | David D. Zuhn | 1 | -18/+20 | |
1993-05-04 | Forgot to check in. (Change definition of tool_dir.) | Per Bothner | 1 | -9/+17 | |