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 1a3f47c275..e7f1afb18a 100755 --- a/configure +++ b/configure @@ -6065,7 +6065,7 @@ if test "${libc_cv_asm_cfi_directives+set}" = set; then else cat > conftest.s <<EOF .text - .type func,@function + .type func,%function func: .cfi_startproc .cfi_remember_state |