diff options
Diffstat (limited to 'sysdeps/x86_64/configure')
-rw-r--r-- | sysdeps/x86_64/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/x86_64/configure b/sysdeps/x86_64/configure index d737107566..5c17aba08d 100644 --- a/sysdeps/x86_64/configure +++ b/sysdeps/x86_64/configure @@ -174,7 +174,7 @@ else /* comment on two lines */ ${libc_cv_dot_text} - ${libc_cv_asm_global_directive} foo + .globl foo foo: /* Unfortunately this test only works for a real instruction, not for any of the machine-independent pseudo-ops. |