From 3928dcdff3d955cb2ed2608b2d328d1ad7e7d9d7 Mon Sep 17 00:00:00 2001 From: Tobias Anderberg Date: Wed, 27 Aug 2003 13:07:01 +0000 Subject: Removed CRIS specific code. --- ldso/ldso/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ldso/ldso/Makefile') diff --git a/ldso/ldso/Makefile b/ldso/ldso/Makefile index ae65886e8..e7a011495 100644 --- a/ldso/ldso/Makefile +++ b/ldso/ldso/Makefile @@ -41,10 +41,6 @@ ASRC=$(shell ls $(TARGET_ARCH)/*.S) AOBJS=$(patsubst %.S,%.o, $(ASRC)) OBJS=$(AOBJS) $(COBJS) -ifeq ($(strip $(TARGET_ARCH)),cris) -LDFLAGS+=-mcrislinux -endif - ifneq ($(strip $(DODEBUG)),y) LDFLAGS+=-s endif -- cgit v1.2.3