summaryrefslogtreecommitdiff
path: root/sysdeps/sparc64/elf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/sparc64/elf/Makefile')
-rw-r--r--sysdeps/sparc64/elf/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/sysdeps/sparc64/elf/Makefile b/sysdeps/sparc64/elf/Makefile
deleted file mode 100644
index 1b38355b38..0000000000
--- a/sysdeps/sparc64/elf/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-# The assembler on SPARC needs the -fPIC flag even when it's assembler code.
-ASFLAGS-.so = -fPIC
-
-ifeq ($(subdir), csu)
-extra-objs += crtbegin.o crtend.o crtbeginS.o crtendS.o
-install-lib += crtbegin.o crtend.o crtbeginS.o crtendS.o
-
-CPPFLAGS-crtbeginS.S = -fPIC -DPIC
-CPPFLAGS-crtendS.S = -fPIC -DPIC
-endif