diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-10-11 23:21:14 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-10-11 23:21:14 +0000 |
commit | 73d009db94d223a957509e011d17bccb6174d992 (patch) | |
tree | 0286762b6023485743365dc1002bba1bf62908a2 /libpthread/linuxthreads/Makefile | |
parent | 998913a5ce37f97c69be8ee7f57a3ad8478c8a80 (diff) |
Defer SHARED_START/END_FILES. They are only used for the shared library.
Diffstat (limited to 'libpthread/linuxthreads/Makefile')
-rw-r--r-- | libpthread/linuxthreads/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libpthread/linuxthreads/Makefile b/libpthread/linuxthreads/Makefile index 796cd60c3..b8071598a 100644 --- a/libpthread/linuxthreads/Makefile +++ b/libpthread/linuxthreads/Makefile @@ -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 |