OSDN Git Service

Adapted generic file to work properly with linuxthreads
authorPeter S. Mazinger <ps.m@gmx.net>
Wed, 19 Oct 2005 21:29:24 +0000 (21:29 -0000)
committerPeter S. Mazinger <ps.m@gmx.net>
Wed, 19 Oct 2005 21:29:24 +0000 (21:29 -0000)
Makefile.libs

index b76f8c2..9701270 100644 (file)
@@ -83,8 +83,8 @@ $(top_builddir)lib/$(LIB_NAME).so1: $($(LIB_NAME)_OBJ_PIC) $($(LIB_NAME)_MOBJ_PI
        $(LN) -sf $($(LIB_NAME)_FULL_NAME) $@
 
 $($(LIB_NAME)_DIR)/$(LIB_NAME)_pic.a: $($(LIB_NAME)_OBJ_PIC) $($(LIB_NAME)_MOBJ_PIC) $($(LIB_NAME)_SOBJ_PIC) $($(LIB_NAME)_SO_ADD)
-ifneq ($(strip $($(LIB_NAME)_STRIP_FLAGS)),)
-       $(STRIPTOOL) $($(LIB_NAME)_STRIP_FLAGS) $^
+ifneq ($(strip $(STRIP_FLAGS)),)
+       $(STRIPTOOL) $(STRIP_FLAGS) $^
 else
        $(STRIPTOOL) -x -R .note -R .comment $^
 endif