summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* 2003-08-05 David Carlton <carlton@kealia.com>David Carlton2003-08-051-84/+156
| | | | | | | * configure.in (build_warnings): Delete -Wformat-nonliteral. * configure (build_warnings): Ditto. * Merge with mainline; tag is carlton_dictionary-20030805-merge.
* 2003-06-27 David Carlton <carlton@kealia.com>David Carlton2003-06-271-58/+66
| | | | * Merge with mainline; tag is carlton_dictionary-20030627-merge.
* 2003-05-23 David Carlton <carlton@bactrian.org>David Carlton2003-05-231-148/+152
| | | | * Merge with mainline; tag is carlton_dictionary-20030523-merge.
* 2003-04-30 David Carlton <carlton@bactrian.org>David Carlton2003-05-011-5/+1
| | | | | | | | | | | | | | | | | | | | * cp-namespace.c (get_namespace_objfile): Copy the namespace objfile's name. * block.h (ALL_BLOCK_SYMBOLS): Move here from dictionary.h. * dictionary.c: Sync up with mainline version I just posted. Specifically, update some commments, and: (dict_create_hashed): Fiddle with nsyms updating. (dict_create_linear): Ditto. (dict_lookup): Delete. (iterator_next_hashed): Delete FIXME comment. (iter_name_first_hashed): Replace 'sym' by 'sym != NULL'. (iter_name_next_hashed): Replate 'next' by 'next != NULL'. * dictionary.h: Sync up with mainline version I just posted: add inclusion guards, delete declaration of dict_lookup, delete ALL_BLOCK_SYMBOLs. * Merge with mainline; tag is carlton_dictionary-20030430-merge.
* 2003-04-16 David Carlton <carlton@bactrian.org>David Carlton2003-04-161-65/+46
| | | | * Merge with mainline; tag is carlton_dictionary-20030416-merge.
* 2003-03-05 David Carlton <carlton@math.stanford.edu>David Carlton2003-03-061-190/+166
| | | | * Merge with mainline. Tag is carlton_dictionary-20030305-merge.
* 2003-02-07 David Carlton <carlton@math.stanford.edu>David Carlton2003-02-071-1003/+3916
| | | | * Merge with mainline; tag is carlton_dictionary-20030207-merge.
* 2002-12-23 David Carlton <carlton@math.stanford.edu>David Carlton2002-12-231-537/+316
| | | | * Merge from mainline; tag is carlton_dictionary-20021223-merge.
* Merge with mainline; merge tag carlton_dictionary-20021011-merge.David Carlton2002-10-111-2/+1
|
* Merge with mainline; tag is carlton_dictionary-20020927-mergeDavid Carlton2002-09-271-26/+24
|
* * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,DJ Delorie2002-05-311-4/+4
| | | | | BUILD_PREFIX_1, to correct nomenclature. * configure: Likewise.
* Allow for PWDCMD to override hardcoded pwd.Nick Clifton2002-05-221-19/+19
|
* * configure: move some logic to configure.inDJ Delorie2002-05-131-16/+0
| | | | * configure.in: move some logic from configure
* Sync with gccDJ Delorie2002-04-151-32/+35
|
* When build != host, create libiberty for the build machine.DJ Delorie2001-11-281-0/+7
| | | | | | | | | | | | | | | | | | * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace CONFIG_ARGUMENTS. (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR): New variables. (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables and rules. (all.normal): Depend on ALL_BUILD_MODULES. (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS. (all-build-libiberty): Depend on configure-build-libiberty. * configure: Calculate and substitute proper value for ALL_BUILD_MODULES. * configure.in: Create the build subdirectory. Calculate and substitute TARGET_CONFIGARGS (formerly CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
* * configure: Output host type to stdout, not stderr.DJ Delorie2001-02-071-1/+1
|
* * configure (topsrcdir): Don't use dirname.Jeff Law2000-07-231-1/+2
|
* merge with gccJason Merrill2000-07-221-6/+11
|
* 20000-05-21 H.J. Lu (hjl@gnu.org)H.J. Lu2000-05-211-24/+0
| | | | | | | | | | | * configure: Revert changes made on May 18 and May 19. * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc directory are used if they exist. Make sure $(build_tooldir)/include is searched for header files, $(build_tooldir)/lib/ for library files. (GCC_FOR_TARGET): Likewise. (CXX_FOR_TARGET): Likewise.
* 20000-05-19 H.J. Lu (hjl@gnu.org)H.J. Lu2000-05-191-2/+15
| | | | | * configure: Provide --disable-target-dir-sanity-checking to disable the gcc directory checking for cross compiling.
* 20000-05-18 H.J. Lu (hjl@gnu.org)H.J. Lu2000-05-181-0/+11
| | | | | * configure: Ask to create the gcc directory for cross compiling if necessary.
* Remove ``-W -Wall'' from top-level Makefile/configure.Andrew Cagney2000-04-091-8/+5
| | | | | | | Add ``-W -Wall'' to sub-directories bfd, binutils, gas gprof, ld and opcodes by the addition of WARN_CFLAGS to Makefile.am and configury to set it. Add configure option --enable-build-warnings. Re-generate all and sundry using auto*-000227.
* * configure.in: -linux-gnu*, not -linux-gnu.Jason Merrill2000-03-301-2/+2
| | | | | * configure (gcc_version): When setting, narrow search to lines containing `version_string'.
* Apply patches to support Insight by hand from insight-2000-02-04 snapshot.Jason Molenda2000-02-071-0/+17
|
* From Eli Zaretskii <eliz@is.elta.co.il>:Ian Lance Taylor1999-08-081-2/+2
| | | | | * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly long file name when using DJGPP on MS-DOS.
* * configure: Add -W -Wall to the default CFLAGS when compiling withIan Lance Taylor1999-07-111-6/+9
| | | | gcc.
* Initial revisionRichard Henderson1999-05-031-0/+1595