diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-06-13 17:13:52 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2011-06-13 17:15:31 -0700 |
commit | f282ca2286c728c805dff4d57f7c3b3404f1a618 (patch) | |
tree | 5904bd8b1b1adccae8fdc748d0e1b0d991c729af /libpthread | |
parent | c97ce776368ec5d9d954fc8653f3e1c11490fc74 (diff) |
nptl/pthread: Correct path for machine specific pt-initfini.c
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'libpthread')
-rw-r--r-- | libpthread/nptl/sysdeps/pthread/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libpthread/nptl/sysdeps/pthread/Makefile.in b/libpthread/nptl/sysdeps/pthread/Makefile.in index 398eaea12..ca8464227 100644 --- a/libpthread/nptl/sysdeps/pthread/Makefile.in +++ b/libpthread/nptl/sysdeps/pthread/Makefile.in @@ -75,8 +75,8 @@ CFLAGS-pt-initfini.c = -S -g0 $(PICFLAG) -fno-inline-functions \ $(patsubst -f%,-fno-%,$(call check_gcc,-fexceptions,)) #ASFLAGS += $(PICFLAG) -I$(top_srcdir)include -I$(top_srcdir)libc/sysdeps/linux/$(TARGET_ARCH) -ifneq ($(wildcard $(libpthread_DIR)/sysdeps/linux/$(TARGET_ARCH)/pt-initfini.c),) -PTHREAD_INITFINI := $(libpthread_DIR)/sysdeps/linux/$(TARGET_ARCH)/pt-initfini.c +ifneq ($(wildcard $(libpthread_pthread_DIR)/../unix/sysv/linux/$(TARGET_ARCH)/pt-initfini.c),) +PTHREAD_INITFINI := $(libpthread_pthread_DIR)/../unix/sysv/linux/$(TARGET_ARCH)/pt-initfini.c else PTHREAD_INITFINI := $(libpthread_pthread_DIR)/pt-initfini.c endif |