OSDN Git Service

Defer SHARED_START/END_FILES. They are only used for the shared library.
authorPeter S. Mazinger <ps.m@gmx.net>
Tue, 11 Oct 2005 23:21:14 +0000 (23:21 -0000)
committerPeter S. Mazinger <ps.m@gmx.net>
Tue, 11 Oct 2005 23:21:14 +0000 (23:21 -0000)
libpthread/linuxthreads/Makefile

index 796cd60..b807159 100644 (file)
@@ -31,8 +31,8 @@ CFLAGS += $(PTINC)
 ARCH_CFLAGS := $(CFLAGS)
 
 ifeq ($(strip $(UCLIBC_CTOR_DTOR)),y)
-SHARED_START_FILES := $(TOPDIR)lib/crti.o $(LIBGCC_DIR)crtbeginS.o
-SHARED_END_FILES := $(LIBGCC_DIR)crtendS.o $(TOPDIR)lib/crtn.o
+SHARED_START_FILES = $(TOPDIR)lib/crti.o $(LIBGCC_DIR)crtbeginS.o
+SHARED_END_FILES = $(LIBGCC_DIR)crtendS.o $(TOPDIR)lib/crtn.o
 endif
 
 LIB_NAME := libpthread