Explorar o código

Removed CRIS specific code.

Tobias Anderberg %!s(int64=23) %!d(string=hai) anos
pai
achega
3928dcdff3
Modificáronse 1 ficheiros con 0 adicións e 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