Sfoglia il codice sorgente

Removed CRIS specific code.

Tobias Anderberg 23 anni fa
parent
commit
3928dcdff3
1 ha cambiato i file con 0 aggiunte e 4 eliminazioni
  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