aboutsummaryrefslogtreecommitdiff
path: root/nptl
diff options
context:
space:
mode:
authorMarek Polacek <polacek@redhat.com>2012-02-15 21:07:06 +0100
committerMarek Polacek <polacek@redhat.com>2012-02-15 21:07:06 +0100
commitd463ab10dd4a3eab1a569e35428ad671f9fd500f (patch)
treed68bc3e620f7a337ce7348b1861846a1d97e590e /nptl
parented656b4065ae8b948e67a865c0964f24e90c5133 (diff)
downloadglibc-d463ab10dd4a3eab1a569e35428ad671f9fd500f.zip
glibc-d463ab10dd4a3eab1a569e35428ad671f9fd500f.tar.gz
glibc-d463ab10dd4a3eab1a569e35428ad671f9fd500f.tar.bz2
Remove unused Makefile.
Diffstat (limited to 'nptl')
-rw-r--r--nptl/ChangeLog4
-rw-r--r--nptl/sysdeps/unix/sysv/linux/x86_64/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 3c435dd..657c2b0 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,7 @@
+2012-02-15 Marek Polacek <polacek@redhat.com>
+
+ * sysdeps/unix/sysv/linux/x86_64/Makefile: Remove file.
+
2012-02-09 Paul Eggert <eggert@cs.ucla.edu>
Replace FSF snail mail address with URLs, as per GNU coding standards.
diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/Makefile b/nptl/sysdeps/unix/sysv/linux/x86_64/Makefile
deleted file mode 100644
index b32ce29..0000000
--- a/nptl/sysdeps/unix/sysv/linux/x86_64/Makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-ifeq ($(subdir),nptl)
-CFLAGS-pt-initfini.s = -g0 -fPIC -fno-inline-functions \
- -fno-asynchronous-unwind-tables $(fno-unit-at-a-time)
-endif