aboutsummaryrefslogtreecommitdiff
path: root/ld/configure
AgeCommit message (Collapse)AuthorFilesLines
1996-02-15 * configure.in: Call AC_PROG_CC before configure.host.Ian Lance Taylor1-10/+11
* configure: Rebuild. * configure.host: Remove go32 host, since it should no longer be necessary. Don't set CC for romp host.
1996-02-15 * configure.in: Substitute RPATH_ENVVAR.Ian Lance Taylor1-8/+10
* configure: Rebuild. * configure.host: Set RPATH_ENVVAR. * Makefile.in (RPATH_ENVVAR): New variable. (check): Use $(RPATH_ENVVAR) rather than LD_LIBRARY_PATH.
1996-02-14 * configure.tgt (*-*-ieee*): New target; use vanilla.Ian Lance Taylor1-37/+34
Wed Feb 14 18:49:01 1996 Alan Modra <alan@spri.levels.unisa.edu.au> * configure.in: Redo emulation handling so that each emulation searches the correct tool directory, based on the target alias. For example, "configure --enable-targets=m68k-coff i386-linux" will search /usr/local/i386-linux/lib for linux and /usr/local/m68k-coff/lib for m68k-coff. * configure: Rebuild. * configure.tgt: Add special tdir settings for Linux. * Makefile.in: Add @TDIRS@. Pass "$(tdir_EMUL)" to ${GENSCRIPTS} for each eEMUL.c target. * genscripts.sh: Accept specific alias as 9th argument, and use it in LIB_PATH.
1996-02-07 * configure.in: Look for --enable-shared. Change the value ofIan Lance Taylor1-18/+51
BFDLIB when linking against a shared library on SunOS. * configure: Rebuild. * configure.host: If using a shared BFD library, try to pass a reasonable -rpath option when linking. * Makefile.in (BFDLIB): Set to @BFDLIB@.
1995-11-21 * configure.in: Use BFD_NEED_DECLARATION.Ian Lance Taylor1-33/+365
* acconfig.h: Put NEED_DECLARATION_FREE in @TOP@ section. * configure, config.in: Rebuild with autoconf 2.6.
1995-09-07 * config.in: Rename from config.h.in.Ian Lance Taylor1-643/+1020
* configure.in: Call AC_CONFIG_HEADER with config.h:config.in. Check for config.h:config.in when creating stamp-h. * configure: Rebuild. * Makefile.in (stamp-h): Depend upon config.in rather than config.h.in. Set CONFIG_HEADERS to config.h:config.in when calling config.status.
1991-10-02resyncK. Richard Pixley1-135/+59
1991-08-22Three part names & all.K. Richard Pixley1-129/+201
1991-08-06Host-level GNUmakefiles.K. Richard Pixley1-92/+120
1991-07-15Fixed a few bugs, added 29k coff support.Steve Chamberlain1-6/+23
1991-05-27fixed a bug in multiple targetsK. Richard Pixley1-29/+54
1991-05-14Added make depSteve Chamberlain1-2/+6
Made filenames suitable for PCs
1991-05-14see devo/configure 1.11K. Richard Pixley1-26/+70
1991-04-17Fixed a problem with host dependent parts.K. Richard Pixley1-7/+11
1991-04-15Now handles multiple hosts and targets.K. Richard Pixley1-3/+9
1991-04-15Now handles multiple host and targets.K. Richard Pixley1-260/+366
1991-04-13Config cut 3. We now almost install a29k.K. Richard Pixley1-56/+81
1991-04-10Cut 2. Subdirs.K. Richard Pixley1-86/+117
1991-04-09First minimally usable config checkin.K. Richard Pixley1-523/+86
1991-04-04Initial revisionK. Richard Pixley1-0/+845