diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index b31be2a978..30aa4d530f 100755 --- a/configure +++ b/configure @@ -2302,7 +2302,7 @@ else libc_cv_asm_global_directive=UNKNOWN for ac_globl in .globl .global .EXPORT; do cat > conftest.s <<EOF -.text + .text ${ac_globl} foo foo: EOF |