diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-09-28 18:52:06 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-09-28 18:52:06 +0000 |
commit | 554e903a5b4978cbffa3f5a0e3b5cd496d0b9f06 (patch) | |
tree | cc282f499976aad2fbb528cad062da4e0b582318 /libc/sysdeps/linux/frv/Makefile | |
parent | a1f8c408d8b59fd07428b84542d31a4ce96575e8 (diff) |
Build crt[in].o with disabled ssp.
Diffstat (limited to 'libc/sysdeps/linux/frv/Makefile')
-rw-r--r-- | libc/sysdeps/linux/frv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |