diff options
author | Tobias Anderberg <tobias.anderberg@axis.com> | 2003-08-27 13:07:01 +0000 |
---|---|---|
committer | Tobias Anderberg <tobias.anderberg@axis.com> | 2003-08-27 13:07:01 +0000 |
commit | 3928dcdff3d955cb2ed2608b2d328d1ad7e7d9d7 (patch) | |
tree | cf1a28217bf880789de2edc6acae022ba36bf1e8 /ldso | |
parent | 3de3a4c3e6303af39c63d3b75a2070e34d726f8b (diff) |
Removed CRIS specific code.
Diffstat (limited to 'ldso')
-rw-r--r-- | ldso/ldso/Makefile | 4 |
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 |