diff options
Diffstat (limited to 'linuxthreads/sysdeps/unix/sysv/linux/sparc/Makefile')
-rw-r--r-- | linuxthreads/sysdeps/unix/sysv/linux/sparc/Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
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 |