summaryrefslogtreecommitdiff
path: root/libiberty/configure
Commit message (Collapse)AuthorAgeFilesLines
* * configure.ac: Add case for Mingw as host.Corinna Vinschen2006-08-301-0/+202
| | | | * configure: Regenerate.
* merge from gccDJ Delorie2006-04-071-1/+8
|
* merge from gccDJ Delorie2006-01-291-68/+183
|
* merge from gccDJ Delorie2005-07-221-124/+135
|
* merge from gccDJ Delorie2005-07-221-135/+124
|
* * configure.ac: Check for a getopt(3) declaration.Ben Elliston2005-07-221-124/+135
| | | | * configure, config.in: Regenerate.
* 2005-07-07 Kelley Cook <kcook@gcc.gnu.org>Kelley Cook2005-07-071-1/+69
| | | | | | | * config.table: Delete file. Move former contents into ... * configure.ac: ... here and escape any brackets for m4. * Makefile.in (config.status): Remove dependency on config.table. * configure: Regenerate.
* Index: include/ChangeLogGeoffrey Keating2005-06-211-2/+76
| | | | | | | | | | | | | | | | | | | 2005-06-20 Geoffrey Keating <geoffk@apple.com> * libiberty.h (strverscmp): Prototype. Index: libiberty/ChangeLog 2005-06-20 Geoffrey Keating <geoffk@apple.com> * strverscmp.c: New. * Makefile.in (CFILES): Add strverscmp.c. (CONFIGURED_OFILES): Add strverscmp.o. (strverscmp.o): New rule. (stamp-functions): Add $(srcdir) to files in source directory. * configure.ac (funcs): Add strverscmp. (AC_CHECK_FUNCS): Add strverscmp. * configure: Regenerate. * functions.texi: Regenerate.
* merge from gccDJ Delorie2005-05-281-0/+280
|
* merge from gccDJ Delorie2005-05-241-0/+352
|
* merge from gccDJ Delorie2005-05-071-70/+90
|
* merge from gccDJ Delorie2005-04-161-0/+282
|
* merge from gccDJ Delorie2005-04-121-0/+282
|
* merge from gccDJ Delorie2005-04-111-3/+5
|
* merge from gccDJ Delorie2005-04-021-1/+3
|
* libiberty:Ian Lance Taylor2005-03-291-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * pex-common.c: New file. * pex-one.c: New file. * pexecute.c: New file. * pex-common.h: Include <stdio.h>. (struct pex_obj): Define. (struct pex_funcs): Define. (pex_init_common): Declare. * pex-unix.c: Rewrite. * pex-win32.c: Rewrite. * pex-djgpp.c: Rewrite. * pex-msdos.c: Rewrite. * testsuite/text-pexecute.c: New file. * pexecute.txh: Rewrite. * configure.ac: Check for wait3 and wait4. Set CHECK to really-check rather than check-cplus-dem. * functions.texi: Rebuild. * Makefile.in: Rebuild dependencies. (CFILES): Add pexecute.c, pex-common.c, pex-one.c. (REQUIRED_OFILES): Add pexecute.o, pex-common.o, pex-one.o. * testsuite/Makefile.in (really-check): New target. (check-pexecute, test-pexecute): New targets. * configure: Rebuild. include: * libiberty.h: Include <stdio.h>. (PEX_RECORD_TIMES, PEX_USE_PIPES, PEX_SAVE_TEMPS): Define. (PEX_LAST, PEX_SEARCH, PEX_SUFFIX, PEX_STDERR_TO_STDOUT): Define. (PEX_BINARY_INPUT, PEX_BINARY_OUTPUT): Define. (pex_init, pex_run, pex_read_output): Declare. (pex_get_status, pex_get_times, pex_free, pex_one): Declare. (struct pex_time): Define.
* merge from gccDJ Delorie2005-03-281-1/+1
|
* merge from gccDJ Delorie2005-03-251-2/+6
|
* * pex-os2.c: Remove.Ian Lance Taylor2005-03-091-1/+0
| | | | | | | | * configure.ac: Remove *-*-os2-emx* case when setting pexecute. * Makefile.in (CFILES): Remove pex-os2.c. (CONFIGURED_OFILES): Remove pex-os2.o. (pex-os2.o): Remove target. * configure: Rebuild.
* merge from gccDJ Delorie2005-03-061-47/+91
|
* merge from gccDJ Delorie2004-12-271-1148/+154
|
* merge from gccDJ Delorie2004-12-201-402/+428
|
* merge from gccDJ Delorie2004-12-181-9/+50
|
* 2004-12-18 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2004-12-181-123/+1050
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.in (top_builddir): Set to `.'. (OUTPUT_OPTION): Removed. (LIBTOOL): New. (LTLIBOBJS): New. (EXTRA_LTOFILES): New. (FLAGS_TO_PASS): Add EXTRA_LTOFILES. (all): Remove stamp-picdir. (LTCOMPILE): New. (.c.lo): New rule. (REQUIRED_LTOFILES): New. (CONFIGURED_LTOFILES): New. ($(TARGETLIB)): Check .libs for PIC object files. Depend on $(REQUIRED_LTOFILES) $(EXTRA_LTOFILES) $(LTLIBOBJS). (stamp-picdir): Completely removed. (maint-missing): Pass $(REQUIRED_LTOFILES) $(CONFIGURED_LTOFILES) instead of (REQUIRED_OFILES) $(CONFIGURED_OFILES) (maint-buildall): Depend on $(REQUIRED_LTOFILES) $(CONFIGURED_LTOFILES). (mostlyclean): Also remove *.lo .libs. Run "make maint-deps". * aclocal.m4: Include ../libtool.m4. * config.table: Don't check --enable-shared. * configure.ac (AC_PROG_LIBTOOL): Add. (AC_PROG_CC_C_O): Removed. (OUTPUT_OPTION): Removed. (NO_MINUS_C_MINUS_O): Removed. (ltpexecute): New substitute. (LIBOBJS): Cleanup. * configure: Regenerated. * maint-tool: Updated for .lo/libtool.
* merge from gccDJ Delorie2004-12-101-0/+408
|
* 2004-09-03 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2004-09-031-72/+40
| | | | * configure: Regenerate.
* merge from gccDJ Delorie2004-04-261-41/+72
|
* merge from gccDJ Delorie2004-04-221-65/+202
|
* merge from gccDJ Delorie2004-03-101-49/+58
|
* merge from gccDJ Delorie2004-03-091-369/+908
|
* merge from gcccarlton_dictionary-20040126-mergeDJ Delorie2004-01-261-5/+15
|
* 2003-10-01 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2003-10-011-14/+26
| | | | | * configure.in: Check if $MAKEINFO is missing. * configure: Regenerated.
* * configure.in: Use AC_PROG_CPP_WERROR.Daniel Jacobowitz2003-09-251-679/+418
| | | | * configure: Regenerated.
* merge from gccDJ Delorie2003-09-031-27/+44
|
* * aclocal.m4: Include acx.m4 and no-executables.m4.Daniel Jacobowitz2003-08-271-2017/+5898
| | | | | | | | | | (libiberty_AC_FUNC_STRNCMP): Use AC_LIBOBJ. (LIB_AC_PROG_CC): Remove. * configure.in: Update AC_PREREQ to 2.57. Use GCC_NO_EXECUTABLES. Use AC_PROG_CC and set ac_libiberty_warn_cflags instead of using LIB_AC_PROG_CC. Use AC_LIBOBJ. Call AC_ISC_POSIX later, only if performing link tests. * configure: Regenerated.
* merge from gccDJ Delorie2003-06-191-9/+22
|
* merge from gccDJ Delorie2003-06-131-56/+80
|
* libiberty/Jason Merrill2003-05-071-85/+221
| | | | | | | | | | * hashtab.c (burtle_hash): New fn. * configure.in: Add AC_C_BIGENDIAN_CROSS. * aclocal.m4: Include accross.m4. * configure, config.in: Regenerate. include/ * hashtab.h (burtle_hash): Prototype. (burtle_hash_object): New macro.
* merge from gccDJ Delorie2003-05-041-495/+63
|
* merge from gccDJ Delorie2003-04-161-79/+81
|
* merge from gccDJ Delorie2003-04-161-80/+83
|
* merge from gccDJ Delorie2003-04-141-85/+84
|
* merge from gccDJ Delorie2003-02-221-55/+59
|
* merge from gccDJ Delorie2003-02-211-81/+82
|
* merge from gccDJ Delorie2003-02-211-52/+107
|
* merge from gccDJ Delorie2003-02-211-2/+2
|
* * Makefile.in (CFILES): Add lrealpath.c.Daniel Jacobowitz2003-02-201-86/+177
| | | | | | | | | | | | | | | (REQUIRED_OFILES): Add lrealpath.o. (lrealpath.o): Add rule. * aclocal.m4 (libiberty_NEED_DECLARATION): Add. * configure.in: Add realpath and canonicalize_file_name to checkfuncs and AC_CHECK_FUNCS. Use libiberty_NEED_DECLARATION for canonicalize_file_name. * lrealpath.c: New file. * make-relative-prefix.c: Update documentation. (make_relative_prefix): Simplify. Use lbasename and lrealpath. * config.in: Regenerated. * configure: Regenerated. * functions.texi: Regenerated.
* * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS toAlexandre Oliva2003-02-201-0/+1
| | | | | config.status. * configure: Rebuilt.
* merge from gccDJ Delorie2003-01-301-127/+129
|
* merge from gccDJ Delorie2003-01-251-17/+29
|