about summary refs log tree commit diff
path: root/sysdeps/x86
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2024-02-15 11:19:56 -0800
committerH.J. Lu <hjl.tools@gmail.com>2024-02-15 11:19:56 -0800
commitef7f4b1fef67430a8f3cfc77fa6aada2add851d7 (patch)
tree3f51c08c3acccc74b06d96909d2b2d1d66701ceb /sysdeps/x86
parent71d133c500b0d23f6b6a7c6e3595e3fc447bfe91 (diff)
downloadglibc-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')
-rw-r--r--sysdeps/x86/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysdeps/x86/Makefile b/sysdeps/x86/Makefile
index 4d50b327b5..73b29cc78c 100644
--- a/sysdeps/x86/Makefile
+++ b/sysdeps/x86/Makefile
@@ -15,18 +15,18 @@ CFLAGS-dl-get-cpu-features.os += $(rtld-early-cflags)
 CFLAGS-get-cpuid-feature-leaf.o += $(no-stack-protector)
 
 tests += \
-  tst-get-cpu-features \
-  tst-get-cpu-features-static \
   tst-cpu-features-cpuinfo \
   tst-cpu-features-cpuinfo-static \
   tst-cpu-features-supports \
   tst-cpu-features-supports-static \
+  tst-get-cpu-features \
+  tst-get-cpu-features-static \
   tst-hwcap-tunables \
 # tests
 tests-static += \
-  tst-get-cpu-features-static \
   tst-cpu-features-cpuinfo-static \
   tst-cpu-features-supports-static \
+  tst-get-cpu-features-static \
 # tests-static
 ifeq (yes,$(have-ifunc))
 ifeq (yes,$(have-gcc-ifunc))