From 49916ec40ac31e264d0e5cddf98a39cc40124f00 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 12 Apr 2003 00:00:30 +0000 Subject: 2003-04-11 Roland McGrath * Makefile ($(objpfx)multidir.mk): New target, generated makefile that sets variable `multidir'; include that. (generated): Add it. ($(objpfx)$(multidir)/crti.o): New target. [$(multidir) != .] (generated-dirs, extra-objs, omit-deps): Add it. --- linuxthreads/sysdeps/unix/sysv/linux/sparc/Makefile | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 linuxthreads/sysdeps/unix/sysv/linux/sparc/Makefile (limited to 'linuxthreads/sysdeps/unix/sysv/linux/sparc') diff --git a/linuxthreads/sysdeps/unix/sysv/linux/sparc/Makefile b/linuxthreads/sysdeps/unix/sysv/linux/sparc/Makefile deleted file mode 100644 index a03d358672..0000000000 --- a/linuxthreads/sysdeps/unix/sysv/linux/sparc/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -ifeq ($(subdir),linuxthreads) -# gcc has /usr/lib{,64}/crti.o hardcoded in the specs file, because otherwise -# it would normally find {64,32}bit crt[in].o. -LDFLAGS-pthread.so += -specs=$(objpfx)specs -before-compile += $(objpfx)specs -generated += specs -$(objpfx)specs: - $(CC) $(CFLAGS) $(CPPFLAGS) -dumpspecs \ - | sed 's~\(/usr/lib\(\|64\)/\|^\|\([^/a-z]\)\)\(crt[in]\.o\)~\3'$(objpfx)'\4~g' > $@.new - mv -f $@.new $@ -endif -- cgit v1.2.3