浏览代码

Removed CRIS specific code.

Tobias Anderberg 22 年之前
父节点
当前提交
3928dcdff3
共有 1 个文件被更改,包括 0 次插入4 次删除
  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