summaryrefslogtreecommitdiff
path: root/ltconfig
Commit message (Collapse)AuthorAgeFilesLines
* 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>kcook2005-07-161-3/+3
| | | | | | | * 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-1/+8
| | | | | | | | | | | | 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
* 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>uweigand2004-10-021-0/+12
| | | | | | | | | * ltcf-c.sh (tpf*): Add ld_shlibs=yes. * ltcf-cxx.sh (tpf*): Likewise. * ltconfig (tpf*): Add TPF OS configuration support. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88427 138bc75d-0d04-0410-961f-82ee72b054a4
* Patch from Robert Millan.wilson2004-04-271-0/+11
| | | | | | | | | | | | Add patches from libtool CVS. * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu. * ltconfig: Likewise. * ltcf-c.sh: Likewise. * ltcf-cxx.sh: Likewise. * ltcf-gcj.sh: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81213 138bc75d-0d04-0410-961f-82ee72b054a4
* * ltconfig: Disable building static libraries if building shareddje2004-03-051-1/+1
| | | | | | | libraries on AIX 5L. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78984 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-11-19 Andreas Tobler <a.tobler@schweiz.ch>andreast2003-11-191-2/+21
| | | | | | | | | | | | | * 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
* * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.ro2003-10-061-1/+0
| | | | | | | * ltconfig (irix5*, irix6*): Don't override version_type. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72152 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>hjl2003-10-041-1/+1
| | | | | | | * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72086 138bc75d-0d04-0410-961f-82ee72b054a4
* * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.aoliva2003-02-201-1/+1
| | | | | | | | | * ltconfig: Handle it. * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of auto-detecting it. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63150 138bc75d-0d04-0410-961f-82ee72b054a4
* * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.aoliva2003-02-201-3/+11
| | | | | | | | | * ltconfig: Handle it. * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of auto-detecting it. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63148 138bc75d-0d04-0410-961f-82ee72b054a4
* * ltconfig (osf[345]): Append $major to soname_spec.ro2002-11-201-2/+2
| | | | | | | | | | | | | 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
* * boehm-gc/configure, libf2c/configure: Rebuilt.aoliva2002-08-141-5/+23
| | | | | | | | | | | | | | | | | | | * libffi/configure, libiberty/configure: Ditto. * libjava/configure, libobjc/configure: Ditto. * libstdc++-v3/configure, zlib/configure: Ditto. Merged from binutils: 2002-01-27 Daniel Jacobowitz <drow@mvista.com> From Steve Ellcey <sje@cup.hp.com>: * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI. (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd, lt_cv_file_magic_test_file): Set to appropriate values for HP-UX IA64. * ltcf-c.sh (archive_cmds, hardcode_*): Ditto. * ltconfig (shlibpath_*, dynamic_linker, library_names_spec, soname_spec, sys_lib_search_path_spec): Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56270 138bc75d-0d04-0410-961f-82ee72b054a4
* Merged from gcc-3_0-branch:aoliva2001-09-011-3/+3
| | | | | | | | | | | | | | | | | | | 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-33/+34
| | | | 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-42/+48
| | | | | | | | 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-37/+46
| | | | | | | 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
* 2001-04-10 Loren J. Rittle <ljrittle@acm.org>ljrittle2001-04-111-0/+1
| | | | | | | | | | | * ltcf-cxx.sh: Support creation of C++ shared libraries on recent versions of FreeBSD (release 3 or later). * ltconfig: On FreeBSD, -lc must not be provided when building a shared library or else the standard -pthread gcc option is rendered worthless to later users of the built library. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41237 138bc75d-0d04-0410-961f-82ee72b054a4
* * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,aoliva2001-03-221-129/+234
| | | | | | | 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
* * ltconfig: Shell portability fix for the tagname validity check.msokolov2001-01-271-2/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39299 138bc75d-0d04-0410-961f-82ee72b054a4
* - Add AIX 5 support following AIX 4.dje2001-01-251-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39270 138bc75d-0d04-0410-961f-82ee72b054a4
* * ltcf-c.sh: clear ac_cv_prog_cc_pic for DJGPP. Do not adddj2001-01-021-1/+1
| | | | | | | | | | '-DPIC' to ac_cv_prog_cc_pic for DJGPP. * ltcf-cxx.sh: likewise. * ltcf-gcj.sh: likewise. * ltconfig.sh: fix typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38624 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-11-22 Loren J. Rittle <ljrittle@acm.org>bkoz2000-11-221-0/+1
| | | | | | | | | | | * ltcf-cxx.sh: Support creation of C++ shared libraries on recent versions of FreeBSD (release 3 or later). * ltconfig: On FreeBSD, -lc must not be provided when building a shared library or else the standard -pthread gcc option is rendered worthless to later users of the built library. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37663 138bc75d-0d04-0410-961f-82ee72b054a4
* * ltcf-c.sh (aix4): Improve shared library configuration; requiredje2000-11-091-1/+3
| | | | | | | | | | exporting symbols. * ltcf-cxx.sh (aix4): Define. * ltconfig (aix4): Define library and soname specs appropriate for AIX. Define command to create export symbols list. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37347 138bc75d-0d04-0410-961f-82ee72b054a4
* * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtoolaoliva2000-09-301-47/+46
| | | | | | | | 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-45/+92
| | | | | | | 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-1/+1
| | | | | | | | | * 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-1375/+895
| | | | | | | | | * 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-278/+558
| | | | 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-359/+1466
| | | | 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-67/+163
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22947 138bc75d-0d04-0410-961f-82ee72b054a4
* #law1998-05-111-245/+800
| | | | | | | | | | | | * 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/+1064
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14877 138bc75d-0d04-0410-961f-82ee72b054a4