diff options
author | Raoni Fassina Firmino <raoni@linux.ibm.com> | 2022-04-01 17:05:01 -0300 |
---|---|---|
committer | Raoni Fassina Firmino <raoni@linux.ibm.com> | 2022-04-01 17:05:01 -0300 |
commit | b81d2ac6b424b7f9551f18794095784bc8f88074 (patch) | |
tree | 17d512f3c815b84e9ea4d33a1d6617f0a3977192 /sysdeps/x86/Makefile | |
parent | d7cb3e1086f43b8251606c3f6a15806b919b7e1d (diff) | |
parent | 443e146ce7aa1df0aa29fc0775451a4d933fcfbb (diff) | |
download | glibc-ibm/2.32/master.zip glibc-ibm/2.32/master.tar.gz glibc-ibm/2.32/master.tar.bz2 |
Merge branch release/2.32/master into ibm/2.32/masteribm/2.32/master
Diffstat (limited to 'sysdeps/x86/Makefile')
-rw-r--r-- | sysdeps/x86/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sysdeps/x86/Makefile b/sysdeps/x86/Makefile index e821d95..ced664f 100644 --- a/sysdeps/x86/Makefile +++ b/sysdeps/x86/Makefile @@ -33,7 +33,9 @@ tests += \ tst-strcpy-rtm \ tst-strlen-rtm \ tst-strncmp-rtm \ - tst-strrchr-rtm + tst-strrchr-rtm \ + tst-wcsncmp-rtm \ +# tests CFLAGS-tst-memchr-rtm.c += -mrtm CFLAGS-tst-memcmp-rtm.c += -mrtm @@ -43,8 +45,9 @@ CFLAGS-tst-memset-rtm.c += -mrtm CFLAGS-tst-strchr-rtm.c += -mrtm CFLAGS-tst-strcpy-rtm.c += -mrtm CFLAGS-tst-strlen-rtm.c += -mrtm -CFLAGS-tst-strncmp-rtm.c += -mrtm +CFLAGS-tst-strncmp-rtm.c += -mrtm -Wno-error CFLAGS-tst-strrchr-rtm.c += -mrtm +CFLAGS-tst-wcsncmp-rtm.c += -mrtm -Wno-error endif ifneq ($(enable-cet),no) |