diff options
author | Marek Polacek <polacek@redhat.com> | 2012-02-15 21:07:06 +0100 |
---|---|---|
committer | Marek Polacek <polacek@redhat.com> | 2012-02-15 21:07:06 +0100 |
commit | d463ab10dd4a3eab1a569e35428ad671f9fd500f (patch) | |
tree | d68bc3e620f7a337ce7348b1861846a1d97e590e /nptl | |
parent | ed656b4065ae8b948e67a865c0964f24e90c5133 (diff) | |
download | glibc-d463ab10dd4a3eab1a569e35428ad671f9fd500f.tar.gz |
Remove unused Makefile.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/ChangeLog | 4 | ||||
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/x86_64/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 3c435dda5a..657c2b0278 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 b32ce29eff..0000000000 --- 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 |