diff options
author | Peter O'Gorman <pogma@thewrittenword.com> | 2008-09-26 16:21:02 +0000 |
---|---|---|
committer | Steve Ellcey <sje@gcc.gnu.org> | 2008-09-26 16:21:02 +0000 |
commit | ae11dff459209c6a036556ced4012e86c88b96d8 (patch) | |
tree | 19ed065a7ac3584c6682b87d203bfa8da13642bd /ltgcc.m4 | |
parent | 74c061dec3dedff32309922fb4f57e7df32561fc (diff) | |
download | gcc-ae11dff459209c6a036556ced4012e86c88b96d8.tar.gz |
libtool.m4: Update to libtool 2.2.6.
* libtool.m4: Update to libtool 2.2.6.
* lt~obsolete.m4: Update to libtool 2.2.6.
* ltmain.sh: Update to libtool 2.2.6.
* ltsugar.m4: Update to libtool 2.2.6.
* ltversion.m4: Update to libtool 2.2.6.
* ltoptions.m4: Update to libtool 2.2.6.
* ltgcc.m4: Update to match changes from libtool 2.2.6.
From-SVN: r140698
Diffstat (limited to 'ltgcc.m4')
-rw-r--r-- | ltgcc.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,6 +30,7 @@ _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. +GCC=yes compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) @@ -49,7 +50,6 @@ if test -n "$compiler"; then _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) - _LT_SYS_DYNAMIC_LINKER($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) |