|
@@ -93,8 +93,8 @@ $(LIBM): ar-target
|
|
|
shared: all
|
|
|
if [ -f $(LIBM) ] ; then \
|
|
|
$(TARGET_CC) $(TARGET_LDFLAGS) -nostdlib -shared -o $(LIBM_SHARED_FULLNAME) \
|
|
|
- -Wl,-soname,$(LIBM_SHARED).$(MAJOR_VERSION) -Wl,--whole-archive $(LIBM) \
|
|
|
- -Wl,--no-undefined -Wl,--allow-shlib-undefined -lc; \
|
|
|
+ -Wl,-soname,$(LIBM_SHARED).$(MAJOR_VERSION) -Wl,--whole-archive \
|
|
|
+ $(LIBM) -Wl,--no-undefined -lc; \
|
|
|
install -d $(TOPDIR)lib; \
|
|
|
rm -f $(TOPDIR)lib/$(LIBM_SHARED_FULLNAME) $(TOPDIR)lib/$(LIBM_SHARED).$(MAJOR_VERSION); \
|
|
|
install -m 644 $(LIBM_SHARED_FULLNAME) $(TOPDIR)lib; \
|