about summary refs log tree commit diff
path: root/sysdeps/sparc/sparc64/elf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/sparc/sparc64/elf/Makefile')
-rw-r--r--sysdeps/sparc/sparc64/elf/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/sysdeps/sparc/sparc64/elf/Makefile b/sysdeps/sparc/sparc64/elf/Makefile
index 8da8a88c1b..a995e6cdf1 100644
--- a/sysdeps/sparc/sparc64/elf/Makefile
+++ b/sysdeps/sparc/sparc64/elf/Makefile
@@ -1,10 +1,4 @@
+# Sparc/ELF specific definitions.
+
 # The assembler on SPARC needs the -fPIC flag even when it's assembler code.
 ASFLAGS-.os = -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