about summary refs log tree commit diff
path: root/sysdeps/sparc/nptl/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-06-12 14:33:59 -0700
committerRoland McGrath <roland@hack.frob.com>2014-06-12 14:33:59 -0700
commite26822463f4c36746a25b9b25552c43c350862b8 (patch)
treebfe55df502169587c0c84391bbfefe15fc2ac2b6 /sysdeps/sparc/nptl/Makefile
parentb0725f43245ce50cfafa7de41bb7aeb8e4c4cb00 (diff)
downloadglibc-e26822463f4c36746a25b9b25552c43c350862b8.tar.gz
glibc-e26822463f4c36746a25b9b25552c43c350862b8.tar.xz
glibc-e26822463f4c36746a25b9b25552c43c350862b8.zip
Move SPARC code out of nptl/sysdeps/sparc/.
Diffstat (limited to 'sysdeps/sparc/nptl/Makefile')
-rw-r--r--sysdeps/sparc/nptl/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/sysdeps/sparc/nptl/Makefile b/sysdeps/sparc/nptl/Makefile
new file mode 100644
index 0000000000..5372867dbd
--- /dev/null
+++ b/sysdeps/sparc/nptl/Makefile
@@ -0,0 +1,8 @@
+ifeq ($(subdir),csu)
+gen-as-const-headers += tcb-offsets.sym
+endif
+
+ifeq ($(subdir),nptl)
+CPPFLAGS-pt-crti.S += -fPIC
+CPPFLAGS-crtn.S += -fPIC
+endif