From 54ebe998d5ebf7ac1337a2bfdf804c9fd060e48e Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 8 Feb 2003 10:12:24 +0000 Subject: Fixup handling of the .note.ABI-tag section so that it is ARM only, and so it actually works as intended allowing binaries on ARM to be debugged. -Erik --- libc/misc/internals/Makefile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'libc/misc/internals/Makefile') diff --git a/libc/misc/internals/Makefile b/libc/misc/internals/Makefile index 1e772ce60..e9dd86b80 100644 --- a/libc/misc/internals/Makefile +++ b/libc/misc/internals/Makefile @@ -25,13 +25,9 @@ TOPDIR=../../../ include $(TOPDIR)Rules.mak CSRC=__uClibc_main.c tempname.c errno.c __errno_location.c __h_errno_location.c - COBJS=$(patsubst %.c,%.o, $(CSRC)) -SSRC=abi-note.S -SOBJS=$(patsubst %.S,%.o, $(SSRC)) - -OBJS=$(COBJS) $(SOBJS) +OBJS=$(COBJS) all: $(OBJS) interp.o $(LIBC) @@ -56,10 +52,6 @@ $(COBJS): %.o : %.c $(CC) $(CFLAGS) -c $< -o $@ $(STRIPTOOL) -x -R .note -R .comment $*.o -$(SOBJS): %.o : %.S - $(CC) $(CFLAGS) -c $< -o $@ - $(STRIPTOOL) -x -R .note -R .comment $*.o - clean: rm -f *.[oa] interp.c *~ core -- cgit v1.2.3