Explorar el Código

Removed CRIS specific code.

Tobias Anderberg hace 23 años
padre
commit
3928dcdff3
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  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