about summary refs log tree commit diff
path: root/linuxthreads/sysdeps/i386/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-11-04 09:36:53 +0000
committerUlrich Drepper <drepper@redhat.com>2002-11-04 09:36:53 +0000
commit125183201f9b764e12f87aee88889f6db1e119ab (patch)
treeaf92c1c5e293c19138cd659d436df269a3d2dcd7 /linuxthreads/sysdeps/i386/Makefile
parent8e96ae1a08f419829221ab7e31291606754f0a69 (diff)
downloadglibc-125183201f9b764e12f87aee88889f6db1e119ab.tar.gz
glibc-125183201f9b764e12f87aee88889f6db1e119ab.tar.xz
glibc-125183201f9b764e12f87aee88889f6db1e119ab.zip
Update.
	* include/features.h: Use __STDC_VERSION__ not __STDC_VERSION.
	Reported by Miloslav Trmac <mitr@volny.cz> [PR libc/4766].
Diffstat (limited to 'linuxthreads/sysdeps/i386/Makefile')
-rw-r--r--linuxthreads/sysdeps/i386/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/linuxthreads/sysdeps/i386/Makefile b/linuxthreads/sysdeps/i386/Makefile
index 854eacbd32..d6c3514196 100644
--- a/linuxthreads/sysdeps/i386/Makefile
+++ b/linuxthreads/sysdeps/i386/Makefile
@@ -11,8 +11,8 @@ CFLAGS-condvar.c += -fno-omit-frame-pointer
 CFLAGS-join.c += -fno-omit-frame-pointer
 CFLAGS-manager.c += -fno-omit-frame-pointer
 CFLAGS-oldsemaphore.c += -fno-omit-frame-pointer
-CFLAGS-pthreads.c += -fno-omit-frame-pointer
+CFLAGS-pthread.c += -fno-omit-frame-pointer
 CFLAGS-ptlongjmp.c += -fno-omit-frame-pointer
 CFLAGS-semaphore.c += -fno-omit-frame-pointer
-CFLAGS-signals.c += -fno-omit-frame-pointer
+CFLAGS-sighandler.c += -fno-omit-frame-pointer
 endif