diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1483,7 +1483,7 @@ else ${libc_cv_asm_global_directive} foo foo: .long 0 .weakext foo -.weakext bar, foo +.weakext foo, bar EOF if ${CC-cc} $CFLAGS -c conftest.s 2>/dev/null; then libc_cv_asm_weakext_directive=yes |