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-04-14 05:41:02 -0700
commit04df8652eb1919da18d54b3dcd6db1675993d45d (patch)
tree75f25c274cd07cc5b4a0486d1228b89a1802c31e /sysdeps/x86
parentedb9a76e3008725e9dc035d38a58e849a3bde0f1 (diff)
downloadglibc-04df8652eb1919da18d54b3dcd6db1675993d45d.tar.gz
glibc-04df8652eb1919da18d54b3dcd6db1675993d45d.tar.xz
glibc-04df8652eb1919da18d54b3dcd6db1675993d45d.zip
Apply the Makefile sorting fix
Apply the Makefile sorting fix generated by sort-makefile-lines.py.

(cherry picked from commit ef7f4b1fef67430a8f3cfc77fa6aada2add851d7)
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 992aabe43e..5311b594af 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))