diff options
author | Steve Ellcey <sje@cup.hp.com> | 2008-09-29 15:28:14 +0000 |
---|---|---|
committer | Steve Ellcey <sje@cup.hp.com> | 2008-09-29 15:28:14 +0000 |
commit | b25062aeb5669a714829d151db6d18a375014b19 (patch) | |
tree | 6102eb5b2e4d521e0790d3f6c5fa9507e56e1dfc /ltgcc.m4 | |
parent | c0a139c7d13d2dc5454aae5be5a4fe6523a82196 (diff) | |
download | gdb-b25062aeb5669a714829d151db6d18a375014b19.zip gdb-b25062aeb5669a714829d151db6d18a375014b19.tar.gz gdb-b25062aeb5669a714829d151db6d18a375014b19.tar.bz2 |
* 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.
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) |