From 948d4fc01692997f98184b232e89fdcce1b1e24d Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Fri, 30 Sep 2005 10:33:36 +0000 Subject: Move arch specific bits from linuxthreads' Makefile to linuxthreads/sysdeps/TARGET_ARCH/Makefile.in proposed by vapier. The current implementation should suffice for now, but it needs to be extended for the nptl tree. --- libpthread/linuxthreads/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'libpthread/linuxthreads/Makefile') diff --git a/libpthread/linuxthreads/Makefile b/libpthread/linuxthreads/Makefile index f9148fadd..4072d660f 100644 --- a/libpthread/linuxthreads/Makefile +++ b/libpthread/linuxthreads/Makefile @@ -35,10 +35,6 @@ SYSDEPINC = -I$(PTDIR)sysdeps/pthread \ CFLAGS += $(SYSDEPINC) ARCH_CFLAGS = $(CFLAGS) -ifeq ($(strip $(TARGET_ARCH)),sh64) -# We need to build as SHcompact for tas.. -ARCH_CFLAGS := $(subst 32media,compact,$(ARCH_CFLAGS)) -endif ifeq ($(strip $(UCLIBC_CTOR_DTOR)),y) SHARED_START_FILES = $(TOPDIR)lib/crti.o $(LIBGCC_DIR)crtbeginS.o @@ -52,6 +48,7 @@ SO_FULL_NAME=$(LIB_NAME)-$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL).so ARCH_CSRC=$(wildcard sysdeps/$(TARGET_ARCH)/*.c) ARCH_OBJS=$(patsubst %.c,%.o, $(ARCH_CSRC)) +-include sysdeps/$(TARGET_ARCH)/Makefile.in CSRC = $(wildcard *.c) ifneq ($(strip $(UCLIBC_HAS_XLOCALE)),y) -- cgit v1.2.3