OSDN Git Service

Remove "-Wl,--no-undefined"
authorEric Andersen <andersen@codepoet.org>
Wed, 9 Jan 2002 08:06:15 +0000 (08:06 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 9 Jan 2002 08:06:15 +0000 (08:06 -0000)
libm/Makefile

index ef86ab6..4eef46b 100644 (file)
@@ -93,8 +93,7 @@ $(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 -lc; \
+               -Wl,-soname,$(LIBM_SHARED).$(MAJOR_VERSION) -Wl,--whole-archive $(LIBM) -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; \