summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* dummy commit before egcs mergeJeff Law1998-11-111-45/+195
|
* Fix some problems with gdbtk sanitization.Fred Fish1998-01-261-1/+6
|
* * configure (package_makefile_frag): Move inserting theJeff Law1998-01-241-26/+34
| | | | | ${package_makefile_frag} to where it should be according to the comment.
* * configure: Only put libide in GDB_TK if --enable-ide.Ian Lance Taylor1997-12-171-1/+3
|
* sanitize out libide unless keep-ideIan Lance Taylor1997-12-161-0/+3
|
* * Makefile.in: Add libgui directory.Ian Lance Taylor1997-12-161-1/+1
| | | | | | (GDB_TK): Add all-libgui. * configure.in: Add libgui directory. * configure: Add all-libgui to GDB_TK.
* * Makefile.in, configure, configure.in: merge with foundry-971118-buildKeith Seitz1997-11-261-5/+75
|
* Uli's libio/libstdc++ changes.Jeff Law1997-09-161-36/+55
|
* * configure: When handling a Canadian Cross, handle YACC as well asIan Lance Taylor1997-08-141-9/+12
| | | | BISON. Just set BISON to bison. When setting YACC, prefer bison.
* * configure: If OSTYPE matches *win32*, try to find a good value forIan Lance Taylor1997-08-131-4/+35
| | | | CONFIG_SHELL.
* Tue Jul 22 14:50:42 1997 Robert Hoehne ↵Ian Lance Taylor1997-07-221-0/+4
| | | | | | <robert.hoehne@Mathematik.TU-Chemnitz.DE> * configure: Treat msdosdjgpp like go32.
* Tue Jul 22 14:50:42 1997 Robert Hoehne ↵Ian Lance Taylor1997-07-221-3/+3
| | | | | | <robert.hoehne@Mathematik.TU-Chemnitz.DE> * configure: Change Makefile.tem2 to Makefile.tm2.
* Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>Martin Hunt1997-07-141-1/+1
| | | | * configure (GDB_TK): Needs itcl and tix.
* * Makefile.in (WINDRES): New variable.Ian Lance Taylor1997-06-261-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.
* * configure: Set CFLAGS and CXXFLAGS, and substitute them intoIan Lance Taylor1997-06-161-1/+30
| | | | | Makefile. From Jeff Makey <jeff@cts.com>. * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
* * configure: Use '|' instead of ":" as the seperator inRob Savoye1997-06-111-13/+23
| | | | | | sed. Otherwise sed chokes on NT path names with drive designators. Also look for "?:*" as the leading characters in an absolute pathname.
* * configure: Don't get confused by CPU-VENDOR-linux-gnu.Ian Lance Taylor1996-10-101-12/+12
|
* * configure: Rework yesterday's sed script patch.Ian Lance Taylor1996-10-101-15/+5
|
* * configure: Avoid hpux10.20 sed bug.Jeff Law1996-10-091-7/+60
|
* Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>Steve Chamberlain1996-01-221-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.
* Make all-gdb include all-tcl/all-tk unless gdbtk is not built.Michael Meissner1996-01-061-2/+18
|
* * configure: Don't turn -v into --v.Ian Lance Taylor1995-11-221-0/+3
|
* * configure.in: Strip --host and --target options fromIan Lance Taylor1995-11-211-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.
* * configure: Default ${build} correctly. Avoid picking up extraIan Lance Taylor1995-11-071-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.
* * configure: Remove dubious bug reporting address.Per Bothner1995-11-051-19/+12
|
* * configure: If CC and CXX are not set in the environment, setIan Lance Taylor1995-10-041-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.
* Handle autoconfiscated directories by running the correct configure script.Ken Raeburn1995-06-211-5/+44
|
* * configure: If the --cache-file is used, pass it down toIan Lance Taylor1995-02-281-15/+45
| | | | | configure in subdirectories. PR 6389.
* configure: Accept and ignore --cache*, for compat w/autoconf 2.Ken Raeburn1994-08-261-3/+6
|
* * configure (version): A few more tweaks to help message.Ian Lance Taylor1994-08-221-14/+14
|
* * configure: Fix up help message; from karl@owl.hq.ileaf.comIan Lance Taylor1994-08-191-23/+13
| | | | (Karl Berry).
* * configure: Search current dir first in .gdbinit.Stu Grossman1994-07-231-2/+3
|
* * configure: If there is a package_makefile_frag, removeIan Lance Taylor1994-06-071-0/+1
| | | | ${subdir}/Makefile.tem after copying it in.
* * configure: Set program_transform_nameoption correctly.Ian Lance Taylor1994-06-021-1/+1
|
* * configure: If config.guess result is a prefix of the userIan Lance Taylor1994-06-021-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.
* * Makefile.in: Rename HOST_ONLY to NATIVE.Bill Cox1994-06-011-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.
* * configure: Ignore --x-includes and --x-libraries, for AutoconfDavid MacKenzie1994-04-081-1/+3
| | | | compatibility.
* * configure: Support --silent, --quiet.David MacKenzie1994-03-311-4/+8
|
* * configure: Support --disable-FEATURE.David MacKenzie1994-03-311-2/+8
|
* * configure: Make unrecognized options give nonfatal warningsDavid MacKenzie1994-03-261-9/+11
| | | | | | instead of fatal errors, and pass them to any subdirectory configures in case they recognize them. Make --x equivalent to --with-x.
* * configure: Add --enable-* options. Clean up usage message andDavid MacKenzie1994-03-261-25/+33
| | | | some comments.
* * configure: Completely rewrite option processing. TakeStu Grossman1994-01-221-303/+280
| | | | | advantage of pattern-matching to avoid invoking test frequently. Also clean up host and target defaulting logic.
* * configure: If only ${target_alias} is given, use thatPer Bothner1993-12-201-25/+15
| | | | | as the default for ${host_alias}. * configure: Add missing back-slashes before nested quotes.
* fix replacement of multiline values for CC and CXXDavid D. Zuhn1993-09-151-0/+23
|
* support for --host HOSTDavid D. Zuhn1993-09-081-1/+23
|
* add support for CONFIG_SHELLDavid D. Zuhn1993-08-021-8/+17
|
* work around lynxos /bin/sh lossageDavid D. Zuhn1993-07-161-1/+1
|
* * configure: Remove extraneous output when guessing host type.John Gilmore1993-07-091-4/+2
| | | | | * config.guess: Remove extraneous output when guessing using C compiler rather than uname, or when guessing fails.
* remove another fixmeDavid D. Zuhn1993-07-081-14/+2
|
* quote program_transform_name valueDavid D. Zuhn1993-06-171-18/+20
|