mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-12 14:06:37 +08:00
Create reloadable object files with non-pic objects too.
* libltdl/config/ltmain.m4sh: When not building a shared library, use the non-pic objects to create a reloadable object, because pic objects do not exist.
This commit is contained in:
parent
8e31ea01ad
commit
f5e292a4ee
@ -1,3 +1,10 @@
|
||||
2010-06-10 Peter O'Gorman <peter@pogma.com>
|
||||
|
||||
Create reloadable object files with non-pic objects too.
|
||||
* libltdl/config/ltmain.m4sh: When not building a shared
|
||||
library, use the non-pic objects to create a reloadable
|
||||
object, because pic objects do not exist.
|
||||
|
||||
2010-06-10 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
Ensure libltdl is up to date for check-local.
|
||||
|
@ -7180,6 +7180,9 @@ EOF
|
||||
fi
|
||||
fi
|
||||
|
||||
# If we're not building shared, we need to use non_pic_objs
|
||||
test "$build_libtool_libs" != yes && libobjs="$non_pic_objects"
|
||||
|
||||
# Create the old-style object.
|
||||
reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user