diff options
Diffstat (limited to 'libgcc')
-rw-r--r-- | libgcc/config.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libgcc/config.in b/libgcc/config.in index 441d4d3..8f7dd43 100644 --- a/libgcc/config.in +++ b/libgcc/config.in @@ -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 |