From 554e903a5b4978cbffa3f5a0e3b5cd496d0b9f06 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Wed, 28 Sep 2005 18:52:06 +0000 Subject: Build crt[in].o with disabled ssp. --- libc/sysdeps/linux/frv/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/sysdeps/linux/frv') diff --git a/libc/sysdeps/linux/frv/Makefile b/libc/sysdeps/linux/frv/Makefile index 5cda0b49c..bfb127af4 100644 --- a/libc/sysdeps/linux/frv/Makefile +++ b/libc/sysdeps/linux/frv/Makefile @@ -60,7 +60,7 @@ Scrtreloc.o: crtreloc.c $(CC) $(CFLAGS) $(PIEFLAG) -c $< -o $@ $(CTOR_TARGETS): %.o : %.S - $(CC) $(ASFLAGS) -c $< -o $@ + $(CC) $(ASFLAGS) $(SSP_DISABLE_FLAGS) -c $< -o $@ $(STRIPTOOL) -x -R .note -R .comment $*.o $(SOBJS): %.o : %.S @@ -75,5 +75,5 @@ headers: $(LN) -fs ../libc/sysdeps/linux/frv/link.h $(TOPDIR)/include/ clean: - $(RM) *.[oa] *~ core + $(RM) *.o *~ core $(RM) $(TOPDIR)/include/link.h -- cgit v1.2.3