]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libgcc: Fix config.in
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Fri, 8 Dec 2023 12:22:54 +0000 (12:22 +0000)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Fri, 8 Dec 2023 12:35:40 +0000 (12:35 +0000)
It was updated incorrectly in

  commit dbbfb52b0e9c66ee9d05b8fd17c4f44655e48463
  Author:     Szabolcs Nagy <szabolcs.nagy@arm.com>
  CommitDate: 2023-12-08 11:29:06 +0000

    libgcc: aarch64: Configure check for __getauxval

so regenerate it.

libgcc/ChangeLog:

* config.in: Regenerate.

libgcc/config.in

index 441d4d39b95b0ef645622c10ac23f5f10aecd509..8f7dd437b0ed647c835b5bb1161ff97b3d3500bd 100644 (file)
@@ -16,9 +16,6 @@
 /* Define to 1 if the assembler supports .variant_pcs. */
 #undef HAVE_AS_VARIANT_PCS
 
-/* Define to 1 if __getauxval is available. */
-#undef HAVE___GETAUXVAL
-
 /* Define to 1 if the target assembler supports thread-local storage. */
 #undef HAVE_CC_TLS
 
@@ -67,6 +64,9 @@
 /* Define to 1 if you have the <unistd.h> header file. */
 #undef HAVE_UNISTD_H
 
+/* Define to 1 if __getauxval is available. */
+#undef HAVE___GETAUXVAL
+
 /* Define to the address where bug reports for this package should be sent. */
 #undef PACKAGE_BUGREPORT