summaryrefslogtreecommitdiff
path: root/ldso/ldso/Makefile
diff options
context:
space:
mode:
authorTobias Anderberg <tobias.anderberg@axis.com>2003-08-27 13:07:01 +0000
committerTobias Anderberg <tobias.anderberg@axis.com>2003-08-27 13:07:01 +0000
commit3928dcdff3d955cb2ed2608b2d328d1ad7e7d9d7 (patch)
treecf1a28217bf880789de2edc6acae022ba36bf1e8 /ldso/ldso/Makefile
parent3de3a4c3e6303af39c63d3b75a2070e34d726f8b (diff)
Removed CRIS specific code.
Diffstat (limited to 'ldso/ldso/Makefile')
-rw-r--r--ldso/ldso/Makefile4
1 files changed, 0 insertions, 4 deletions
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