summaryrefslogtreecommitdiff
path: root/ltmain.sh
Commit message (Collapse)AuthorAgeFilesLines
* 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>andreast2007-05-251-1/+1
| | | | | | | * ltmain.sh: Fix Darwin verstring, remove ${wl}. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@125066 138bc75d-0d04-0410-961f-82ee72b054a4
* * ltmain.sh: Update from ToT Libtool.sje2007-05-241-3026/+4737
| | | | | | | | | | | | | | | * libtool.m4: Update from ToT Libtool. * ltsugar.m4: New. Update from ToT Libtool. * ltversion.m4: New. Update from ToT Libtool. * ltoptions.m4: New. Update from ToT Libtool. * ltconfig: Remove. * ltcf-c.sh: Remove. * ltcf-cxx.sh: Remove. * ltcf-gcj.sh: Remove. * Regenerate all subdirs git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@125032 138bc75d-0d04-0410-961f-82ee72b054a4
* Port to hosts whose 'sort' and 'tail' implementationsmrs2006-07-061-1/+7
| | | | | | | | | | | | | | | | | | | treat operands with leading '+' as file names, as POSIX has required since 2001. However, make sure the code still works on pre-POSIX hosts. * ltmain.sh: Don't assume "sort +2" is equivalent to "sort -k 3", since POSIX 1003.1-2001 no longer requires this. contrib: * compare_tests: Don't assume "sort +2" is equivalent to "sort -k 3", since POSIX 1003.1-2001 no longer requires this. gcc: * Makefile.in (slowcompare): Port to POSIX 1003.1-2001, which says you should use "tail -c +N" rather than "tail +Nc". Fix a bug: the old code incorrectly skipped 15 bytes, not 16. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115234 138bc75d-0d04-0410-961f-82ee72b054a4
* 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>hjl2006-03-011-1/+1
| | | | | | | | PR libgcj/17311 * ltmain.sh: Don't use "$finalize_rpath" for compile. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@111607 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix misapplied hunk.schwab2005-10-051-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104982 138bc75d-0d04-0410-961f-82ee72b054a4
* Backport from libtool CVS:schwab2005-10-031-1/+49
| | | | | | | | | | 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu> * ltmain.sh: add support for installing into temporary staging area (e.g. 'make install DESTDIR=...') git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104913 138bc75d-0d04-0410-961f-82ee72b054a4
* 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>kcook2005-07-161-1/+1
| | | | | | | * all files: Update FSF address. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102083 138bc75d-0d04-0410-961f-82ee72b054a4
* * ltconfig: Define file_list_spec. Pass file_list_spec anddje2005-05-051-64/+88
| | | | | | | | | | | | with_gnu_ld to libtool. * ltcf-c.sh (aix[45]): Define file_list_spec. * ltcf-cxx.sh (aix[45]): Same. * ltcf-gcj.sh (aix[45]): Same. * ltmain.sh: If command exceeds max_cmd_len and file_list_spec exists, write list of input files to temporary file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99268 138bc75d-0d04-0410-961f-82ee72b054a4
* PR libgcj/20160aoliva2005-03-011-14/+58
| | | | | | | | * ltmain.sh: Avoid creating archives with components that have duplicate basenames. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95756 138bc75d-0d04-0410-961f-82ee72b054a4
* * ltmain.sh: Use $pic_object as $non_pic_object ifdje2004-09-081-0/+10
| | | | | | | $non_pic_object=none. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87191 138bc75d-0d04-0410-961f-82ee72b054a4
* Partial merge from upstream:geoffk2004-02-041-8/+14
| | | | | | | | * ltmain.in: When setting IFS to '~', be careful about user arguments that contain '~'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77279 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-11-19 Andreas Tobler <a.tobler@schweiz.ch>andreast2003-11-191-1/+58
| | | | | | | | | | | | | * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with shared/dylibed libraries. * ltmain.sh: Likewise. * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3. * ltcf-cxx.sh: Likewise. * ltcf-gcj.sh: Likewise. * ltconfig: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73729 138bc75d-0d04-0410-961f-82ee72b054a4
* * ltconfig (osf[345]): Append $major to soname_spec.ro2002-11-201-1/+1
| | | | | | | | | | | | | Reflect this in library_names_spec. * ltmain.sh (osf): Prefix $major with . for use as extension. boehm-gc: * ltconfig (osf[345]): Append $major to soname_spec. Reflect this in library_names_spec. * ltmain.sh (osf): Prefix $major with . for use as extension. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59306 138bc75d-0d04-0410-961f-82ee72b054a4
* * ltmain.sh: Detect and handle object name conflictsljrittle2002-05-061-0/+14
| | | | | | | while piecewise linking a static library. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53237 138bc75d-0d04-0410-961f-82ee72b054a4
* * ltmain.sh (relink_command): Fix typo in previous change.aoliva2002-03-161-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50887 138bc75d-0d04-0410-961f-82ee72b054a4
* * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.aoliva2002-03-151-2/+8
| | | | | | | | (relink_command): Added --tag flags. (mode=install): If relinking fails; error out. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50855 138bc75d-0d04-0410-961f-82ee72b054a4
* Merged from gcc-3_0-branch:aoliva2001-09-011-2/+2
| | | | | | | | | | | | | | | | | | | 2001-07-30 Jeff Sturm <jsturm@one-pont.com> * ltcf-c.sh: Use $objext, not $ac_objext. 2001-07-27 Mark Kettenis <kettenis@gnu.org> * ltcf-cxx.sh: Add support for GNU. 2001-07-22 Timothy Wall <twall@redhat.com> * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve default settings if using GNU tools with that configuration. * ltcf-cxx.sh: Ditto. * ltcf-gcj.sh: Ditto. 2001-07-21 Michael Chastain <chastain@redhat.com> * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local. * ltmain.sh: Mark as gcc-local. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45341 138bc75d-0d04-0410-961f-82ee72b054a4
* * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.aoliva2001-05-281-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42677 138bc75d-0d04-0410-961f-82ee72b054a4
* * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,aoliva2001-05-201-204/+191
| | | | | | | | ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number of subdir/configure scripts to use the new libtool.m4. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42351 138bc75d-0d04-0410-961f-82ee72b054a4
* * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4aaoliva2001-04-201-1/+1
| | | | | | | 1.641.2.228. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41452 138bc75d-0d04-0410-961f-82ee72b054a4
* * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,aoliva2001-04-121-50/+201
| | | | | | | ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41299 138bc75d-0d04-0410-961f-82ee72b054a4
* * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,aoliva2001-03-221-117/+410
| | | | | | | ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40731 138bc75d-0d04-0410-961f-82ee72b054a4
* * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure weaoliva2001-01-241-2/+14
| | | | | | | | keep at least one of build_libtool_libs or build_old_libs set to yes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39245 138bc75d-0d04-0410-961f-82ee72b054a4
* * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtoolaoliva2000-09-301-14/+14
| | | | | | | | multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt all affected `configure' scripts. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36672 138bc75d-0d04-0410-961f-82ee72b054a4
* * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,aoliva2000-09-061-30/+54
| | | | | | | ltcf-gcj.sh: Updated from libtool multi-language branch. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36198 138bc75d-0d04-0410-961f-82ee72b054a4
* * ltconfig, ltmain.sh: Update from libtool multi-language branch.aoliva2000-08-011-2/+2
| | | | | | | | | * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds. (ac_cv_prog_cc_pic): Don't print `cached' without `checking'. * ltcf-cxx.sh (need_lc): Set based on postdeps. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35405 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-07-28 Alexandre Oliva <aoliva@redhat.com>bkoz2000-07-281-830/+1789
| | | | | | | | | * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from the libtool CVS tree multi-language branch. * ltconfig, ltmain.sh: Updated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35323 138bc75d-0d04-0410-961f-82ee72b054a4
* merge with /cvs/srcjason2000-07-221-247/+505
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35188 138bc75d-0d04-0410-961f-82ee72b054a4
* * ltconfig, ltmain.sh: Update to libtool 1.2f.law1999-06-221-903/+2046
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27699 138bc75d-0d04-0410-961f-82ee72b054a4
* Various libtool updates from devo, including update to libtool 1.2blaw1998-10-081-215/+325
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22947 138bc75d-0d04-0410-961f-82ee72b054a4
* #law1998-05-111-934/+1641
| | | | | | | | | | | | * mpw-* Delete. Not used. * ltconfig, ltmain.sh: Update to libtool 1.2a. * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B for newlib directory. (CXX_FOR_TARGET): Likewise. Bring over from devo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19691 138bc75d-0d04-0410-961f-82ee72b054a4
* Initial revisionjason1997-08-211-0/+1819
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14877 138bc75d-0d04-0410-961f-82ee72b054a4