diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2024-02-15 11:19:56 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2024-02-15 11:19:56 -0800 |
commit | ef7f4b1fef67430a8f3cfc77fa6aada2add851d7 (patch) | |
tree | 3f51c08c3acccc74b06d96909d2b2d1d66701ceb /sysdeps/x86_64/Makefile | |
parent | 71d133c500b0d23f6b6a7c6e3595e3fc447bfe91 (diff) | |
download | glibc-ef7f4b1fef67430a8f3cfc77fa6aada2add851d7.tar.gz glibc-ef7f4b1fef67430a8f3cfc77fa6aada2add851d7.tar.xz glibc-ef7f4b1fef67430a8f3cfc77fa6aada2add851d7.zip |
Apply the Makefile sorting fix
Apply the Makefile sorting fix generated by sort-makefile-lines.py.
Diffstat (limited to 'sysdeps/x86_64/Makefile')
-rw-r--r-- | sysdeps/x86_64/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sysdeps/x86_64/Makefile b/sysdeps/x86_64/Makefile index 524a15f3bb..145f25e7f6 100644 --- a/sysdeps/x86_64/Makefile +++ b/sysdeps/x86_64/Makefile @@ -252,6 +252,10 @@ sysdep-dl-routines += dl-cet tests += \ tst-cet-legacy-1 \ + tst-cet-legacy-10 \ + tst-cet-legacy-10-static \ + tst-cet-legacy-10a \ + tst-cet-legacy-10a-static \ tst-cet-legacy-1a \ tst-cet-legacy-2 \ tst-cet-legacy-2a \ @@ -263,15 +267,11 @@ tests += \ tst-cet-legacy-8 \ tst-cet-legacy-9 \ tst-cet-legacy-9-static \ - tst-cet-legacy-10 \ - tst-cet-legacy-10-static \ - tst-cet-legacy-10a \ - tst-cet-legacy-10a-static \ # tests tests-static += \ - tst-cet-legacy-9-static \ tst-cet-legacy-10-static \ tst-cet-legacy-10a-static \ + tst-cet-legacy-9-static \ # tests-static tst-cet-legacy-1a-ARGS = -- $(host-test-program-cmd) |