diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2019-09-25 22:06:34 +0000 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2019-09-25 22:06:34 +0000 |
commit | bacd3227572735eda674d7c71ed68164316daa22 (patch) | |
tree | 034f71eb2a4b1a72f0bc4ca49ee69e9f93ec9df5 /sysdeps/unix/sysv | |
parent | 5d245b5f8d9663953c20107e3bb16fe249e48126 (diff) | |
download | glibc-bacd3227572735eda674d7c71ed68164316daa22.tar.gz glibc-bacd3227572735eda674d7c71ed68164316daa22.tar.xz glibc-bacd3227572735eda674d7c71ed68164316daa22.zip |
Fix tst-sigcontext-get_pc rule name from a43565ac447b1
Checked on powerpc64le-linux-gnu. * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-sigcontextinfo-get_pc.c): Rename to CFLAGS-tst-sigcontext-get_pc.c.
Diffstat (limited to 'sysdeps/unix/sysv')
-rw-r--r-- | sysdeps/unix/sysv/linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile index 40db26e733..7203581e2f 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -57,7 +57,7 @@ tests += tst-clone tst-clone2 tst-clone3 tst-fanotify tst-personality \ tst-tgkill tests-internal += tst-ofdlocks-compat tst-sigcontext-get_pc -CFLAGS-tst-sigcontextinfo-get_pc.c = -fasynchronous-unwind-tables +CFLAGS-tst-sigcontext-get_pc.c = -fasynchronous-unwind-tables # Generate the list of SYS_* macros for the system calls (__NR_* # macros). The file syscall-names.list contains all possible system |