Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1996-02-15 | * configure.in: Call AC_PROG_CC before configure.host. | Ian Lance Taylor | 1 | -5/+24 | |
* configure: Rebuild. | |||||
1996-02-05 | tipo | Ian Lance Taylor | 1 | -1/+1 | |
1996-02-05 | Support for building as a shared library, based on patches from | Ian Lance Taylor | 1 | -8/+77 | |
Alan Modra <alan@spri.levels.unisa.edu.au>: * configure.in: Add AC_ARG_ENABLE for shared and commonbfdlib. New substitutions: ALLLIBS, PICFLAG, SHLIB, SHLIB_CC, SHLIB_CFLAGS, COMMON_SHLIB, SHLINK. * configure: Rebuild. * Makefile.in (ALLLIBS): New variable. (PICFLAG, SHLIB, SHLIB_CC, SHLIB_CFLAGS): New variables. (COMMON_SHLIB, SHLINK): New variables. (.c.o): If PICFLAG is set, compile twice, once PIC, once normal. (STAGESTUFF): Remove variable. (all): Depend upon $(ALLLIBS) rather than $(TARGETLIB). (stamp-piclist, piclist): New targets. ($(SHLIB), $(SHLINK)): New targets. ($(OFILES)): Depend upon stamp-picdir. (disassemble.o): Build twice if PICFLAG is set. (MOSTLYCLEAN): Add pic/*.o. (clean): Remove $(SHLIB), $(SHLINK), piclist, and stamp-piclist. (distclean): Remove pic and stamp-picdir. (install): Install shared libraries. (stamp-picdir): New target. | |||||
1995-11-21 | * configure: Rebuild with autoconf 2.6. | Ian Lance Taylor | 1 | -36/+252 | |
1995-11-06 | Mon Nov 6 17:39:47 1995 Harry Dolan <dolan@ssd.intel.com> | Ian Lance Taylor | 1 | -0/+1 | |
* configure.in: Add case for bfd_i860_arch. * configure: Rebuild. | |||||
1995-09-08 | * Makefile.in (Makefile): Just rebuild Makefile when running | Ian Lance Taylor | 1 | -160/+122 | |
config.status. (config.h, stamp-h): New targets. * configure.in: Call AC_CONFIG_HEADER and AC_CANONICAL_SYSTEM earlier. Don't bother to call AC_ARG_PROGRAM. Touch stamp-h when rebuilding config.h. * configure: Rebuild. | |||||
1995-09-07 | * Makefile.in (ALL_CFLAGS): Define. | Ian Lance Taylor | 1 | -4/+6 | |
(.c.o, disassemble.o): Use $(ALL_CFLAGS). (MOSTLYCLEAN): Add config.log. (distclean): Don't remove config.log. * configure.in: Substitute HDEFINES. * configure: Rebuild. | |||||
1995-09-04 | * configure.in: Run ../bfd/configure.host before AC_PROG_CC. | Ian Lance Taylor | 1 | -72/+96 | |
Subsitute CFLAGS and AR. Call AC_PROG_INSTALL. Don't substitute host_makefile_frag or frags. * aclocal.m4: New file. * configure: Rebuild. * Makefile.in (INSTALL): Set to @INSTALL@. (INSTALL_PROGRAM): Set to @INSTALL_PROGRAM@. (INSTALL_DATA): Set to @INSTALL_DATA@. (AR): Set to @AR@. (AR_FLAGS): Set to rc rather than qc. (CC): Define as @CC@. (CFLAGS): Set to @CFLAGS@. (@host_makefile_frag@): Remove. (config.status): Remove dependency upon @frags@. | |||||
1995-09-04 | * configure.in: ../bfd/config.bfd now just sets shell variables. | Ian Lance Taylor | 1 | -0/+1154 | |
Use them rather than looking through target Makefile fragments. * configure: Rebuild. |