Browse Source

Removed CRIS specific code.

Tobias Anderberg 22 years ago
parent
commit
3928dcdff3
1 changed files with 0 additions and 4 deletions
  1. 0 4
      ldso/ldso/Makefile

+ 0 - 4
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