From 37184f99f86fbe96f2bddbb4f773e70a4fcc8fea Mon Sep 17 00:00:00 2001 From: Tobias Anderberg Date: Mon, 16 Sep 2002 08:12:33 +0000 Subject: Updated for the CRIS port. --- ldso/ldso/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ldso/ldso/Makefile') diff --git a/ldso/ldso/Makefile b/ldso/ldso/Makefile index e647bc972..262ec5073 100644 --- a/ldso/ldso/Makefile +++ b/ldso/ldso/Makefile @@ -73,6 +73,10 @@ 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)),true) LDFLAGS+=-s endif -- cgit v1.2.3