summaryrefslogtreecommitdiffstats
path: root/libpthread/nptl/Rules.mak
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2005-11-29 03:51:02 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2005-11-29 03:51:02 +0000
commit2d9da2f6be3e662889ef0e72759fe0f1a1495812 (patch)
tree8305337a5a2dee0085b57e970426f15c8d96dac5 /libpthread/nptl/Rules.mak
parent52d5212ff513bcc37a2c146ac99a76fd93189372 (diff)
downloaduClibc-alpine-2d9da2f6be3e662889ef0e72759fe0f1a1495812.tar.bz2
uClibc-alpine-2d9da2f6be3e662889ef0e72759fe0f1a1495812.tar.xz
Merge from trunk that gives us a valid NPTL dynamic loader and the start of the new build system. I have probably another 300 and some files to go *sigh*.
Diffstat (limited to 'libpthread/nptl/Rules.mak')
-rw-r--r--libpthread/nptl/Rules.mak16
1 files changed, 0 insertions, 16 deletions
diff --git a/libpthread/nptl/Rules.mak b/libpthread/nptl/Rules.mak
deleted file mode 100644
index b42995738..000000000
--- a/libpthread/nptl/Rules.mak
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# These names are used for NPTL since we have to build seperate archives
-# for the static and shared objects.
-#
-LIB_NAME := libpthread
-AR_LIB_NAME := $(TOPDIR)lib/$(LIB_NAME).a
-AR_SO_LIB_NAME := $(TOPDIR)lib/shared_$(LIB_NAME).a
-SO_LIB_NAME := $(TOPDIR)lib/$(LIB_NAME).so
-SO_FULL_NAME := $(LIB_NAME)-$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL).so
-
-CFLAGS-LIBC := $(filter-out -O0 -O1 -Os, $(CFLAGS)) $(PTINC) -O2 \
- -I$(TOPDIR)libpthread/nptl \
- -I$(TOPDIR)ldso/include -std=gnu99
-ASFLAGS-LIBC := $(filter-out -std=gnu99, $(CFLAGS-LIBC)) -D__ASSEMBLER__
-CFLAGS-LIBP := $(CFLAGS-LIBC) -DNOT_IN_libc=1 -DIS_IN_libpthread=1
-ASFLAGS-LIBP := $(filter-out -std=gnu99, $(CFLAGS-LIBP)) -D__ASSEMBLER__