aboutsummaryrefslogtreecommitdiff
path: root/libiberty/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2010-11-20PR other/46202: implement install-strip.Ralf Wildenhues1-0/+3
/: PR other/46202 * configure.ac: Fix just-built in-tree STRIP name to be binutils/strip-new. * configure: Regenerate. * Makefile.def (install-strip-gcc, install-strip-binutils) (install-strip-opcodes, install-strip-ld, install-strip-itcl) (install-strip-sid): Mirror dependencies on non-strip variants of these targets on the respective -strip prerequisites. * Makefile.tpl (install-strip, install-strip-host) (install-strip-target): New targets. (install-strip-[+module+], install-strip-target-[+module+]): New targets. * Makefile.in: Regenerate. etc/: * Makefile.in (install-strip): New target. libiberty/: PR other/46202 * Makefile.in (install-strip): New phony target. (install): Also mark as phony.
2010-11-02merge from gccDJ Delorie1-5/+43
2010-10-06merge from gccDJ Delorie1-2/+11
2010-09-09merge from gccDJ Delorie1-158/+172
2010-04-24merge from gccDJ Delorie1-1/+1
2010-03-15merge from gccDJ Delorie1-1/+1
2009-10-02merge from gccDJ Delorie1-2/+4
2009-08-232009-08-23 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-27/+2
PR ld/10536 * Makefile.in (install-html-recursive): Removed.
2009-08-13merge from gccDJ Delorie1-0/+10
2009-07-25merge from gccDJ Delorie1-2/+8
2009-04-26merge from gccDJ Delorie1-19/+3
2009-03-27merge from gccDJ Delorie1-4/+10
2008-10-22 PR gdb/921Daniel Jacobowitz1-1/+3
PR gdb/1646 PR gdb/2175 PR gdb/2176 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS. * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS. (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS. (HOST_EXPORTS): Pass CPPFLAGS. (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define. (LDFLAGS_FOR_TARGET): Initialize from configure script. (EXTRA_TARGET_FLAGS): Set CPPFLAGS. * Makefile.in, configure: Regenerated. * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET, and CPPFLAGS_FOR_BUILD. libiberty/ * Makefile.in (CPPFLAGS): Define. (FLAGS_TO_PASS, COMPILE.c): Add CPPFLAGS.
2008-10-16merge from gccDJ Delorie1-5/+3
2008-07-24merge from gccDJ Delorie1-73/+77
2008-03-272008-03-27 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini1-1/+1
* Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove. * Makefile.in: Regenerate. config: 2008-03-27 Paolo Bonzini <bonzini@gnu.org> * extensions.m4: New. 2008-03-27 Paolo Bonzini <bonzini@gnu.org> * mh-armpic: Remove. * mh-i370pic: Remove. * mh-m68kpic: Remove. * mh-ppcpic: Remove. * mh-sparcpic: Remove. * mh-ia64pic: Remove. * mh-papic: Remove. * mh-s390pic: Remove. * mh-x86pic: Remove. libiberty: 2008-03-27 Paolo Bonzini <bonzini@gnu.org> * configure.ac (frags): Don't set, use frag instead. (PICFLAG): Set here and substitute. * Makefile.in (PICFLAG): Substitute from autoconf. * configure: Regenerate.
2008-03-25merge from gccDJ Delorie1-5/+13
2007-07-25 * Makefile.in (CFILES): Remove ternary.c.Ben Elliston1-21/+7
(REQUIRED_OFILES): Remove ./ternary.o. (INSTALLED_HEADERS): Remove ternary.h. (ternary.o): Remove. * ternary.c: Remove.
2007-07-12* maint-tool (deps): Output stamp-h instead of config.h.Alexandre Oliva1-77/+73
* Makefile.in: Rebuild deps. (maintainer-clean-subdir): Depend on stamp-h rather than config.h.
2007-05-03 * filename_cmp.c: Replace include of ctype.h by include ofJoel Brobecker1-1/+2
safe-ctype.h. (filename_cmp): Use TOLOWER instead of tolower for conversions that are locale-independent. * Makefile.in (filename_cmp.o): Add dependency on safe-ctype.h.
2007-03-29merge from gccDJ Delorie1-5/+11
2007-03-05merge from gccDJ Delorie1-1/+18
2007-03-01 PR other/16513Eric Botcazou1-10/+10
* Makefile.in: Install library under $(MULTIOSDIR), not $(MULTISUBDIR). Install headers in multilib independent location.
2006-10-11merge from gccDJ Delorie1-2/+6
2006-07-04ChangeLog:Alexandre Oliva1-2/+2
* ltconfig: chmod 644 before ranlib during install. libiberty/ChangeLog: * Makefile.in: chmod 644 before ranlib during install.
2006-04-07merge from gccDJ Delorie1-2/+57
2005-09-26 * libiberty.h (expandargv): New function.Mark Mitchell1-4/+5
* argv.c (safe-ctype.h): Include it. (ISBLANK): Remove. (stdio.h): Include. (buildargv): Use ISSPACE instead of ISBLANK. (expandargv): New function. * Makefile.in: Regenerated.
2005-07-072005-07-07 Kelley Cook <kcook@gcc.gnu.org>Kelley Cook1-1/+1
* 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.
2005-06-21Index: include/ChangeLogGeoffrey Keating1-4/+11
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.
2005-05-11merge from gccDJ Delorie1-10/+15
2005-05-10Update the address and phone number of the FSF organization.Nick Clifton1-2/+2
2005-04-11merge from gccDJ Delorie1-1/+10
2005-03-29libiberty:Ian Lance Taylor1-3/+25
* 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.
2005-03-25merge from gccDJ Delorie1-4/+18
2005-03-10merge from gccDJ Delorie1-6/+15
2005-03-09 * pex-os2.c: Remove.Ian Lance Taylor1-9/+2
* 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.
2005-03-07merge from gccDJ Delorie1-15/+2
2005-03-01merge from gccDJ Delorie1-0/+9
2004-12-27merge from gccDJ Delorie1-300/+530
2004-12-20merge from gccDJ Delorie1-11/+40
2004-12-182004-12-18 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-523/+264
* 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.
2004-12-08merge from gccDJ Delorie1-4/+3
2004-12-08 * Makefile.in (.NOEXPORT): Move above the autogenerated line.Ben Elliston1-3/+4
2004-12-08merge from gccDJ Delorie1-2/+1
2004-12-08 * getopt.c: Include "ansidecl.h" for the ATTRIBUTE_UNUSED macro.Ben Elliston1-1/+2
(_getopt_initialize): Annotate argc and argv parameters as unused. * Makefile.in (getopt.o): Depend on $(INCDIR)/ansidecl.h.
2004-11-13merge from gccDJ Delorie1-1/+1
2004-05-25merge from gccDJ Delorie1-0/+3
2004-03-18merge from gccDJ Delorie1-27/+30
2004-01-22merge from gccDJ Delorie1-146/+675
2004-01-14merge from gccDJ Delorie1-1/+1