diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-10-04 00:13:51 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-10-04 00:13:51 +0000 |
commit | 61044293e40d58523315342c0521eec46d1994c6 (patch) | |
tree | 955140b2f7be38d255f2f3a17c16659d36f7f67f /libc/sysdeps/linux/sparc | |
parent | 241a444da59023113b1d6f60a38c310dcf9de6de (diff) | |
download | uClibc-alpine-61044293e40d58523315342c0521eec46d1994c6.tar.bz2 uClibc-alpine-61044293e40d58523315342c0521eec46d1994c6.tar.xz |
Big, huge fricking merge. Peter, if you touch the build system again I'm going to smash your keyboard.
Diffstat (limited to 'libc/sysdeps/linux/sparc')
-rw-r--r-- | libc/sysdeps/linux/sparc/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/libc/sysdeps/linux/sparc/Makefile b/libc/sysdeps/linux/sparc/Makefile index 8a2549cb2..de2fe0a4e 100644 --- a/libc/sysdeps/linux/sparc/Makefile +++ b/libc/sysdeps/linux/sparc/Makefile @@ -55,14 +55,14 @@ $(COBJS): %.o : %.c ifeq ($(strip $(UCLIBC_CTOR_DTOR)),y) crti.o: crti.S - $(CC) $(ASFLAGS) -c crti.S -o crti.o + $(CC) $(ASFLAGS) $(SSP_DISABLE_FLAGS) -c crti.S -o crti.o $(TOPDIR)lib/crti.o: crti.o $(INSTALL) -d $(TOPDIR)lib/ cp crti.o $(TOPDIR)lib/ crtn.o: crtn.S - $(CC) $(ASFLAGS) -c crtn.S -o crtn.o + $(CC) $(ASFLAGS) $(SSP_DISABLE_FLAGS) -c crtn.S -o crtn.o $(TOPDIR)lib/crtn.o: crtn.o $(INSTALL) -d $(TOPDIR)lib/ @@ -80,5 +80,4 @@ headers: $(LN) -fs ../libc/sysdeps/linux/sparc/fpu_control.h $(TOPDIR)/include/ clean: - $(RM) *.[oa] *~ core - $(RM) bits/sysnum.h + $(RM) *.o *~ core |