X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=configure;h=ca5cbc0bd06d5d9c81432305f0f1e9b0621179d5;hb=c4d4028dde90562f631edf559fbc42d8ec1b29de;hp=e1aefed784dee32216e9a94e7a9cff1268d8a7dc;hpb=775bde6b5c04ecc689ecbb4a25ceaf2ed6ab60c8;p=musl diff --git a/configure b/configure index e1aefed7..ca5cbc0b 100755 --- a/configure +++ b/configure @@ -409,7 +409,7 @@ test "$debug" = yes && CFLAGS_AUTO=-g # printf "checking whether we should preprocess assembly to add debugging information... " if fnmatch '-g*|*\ -g*' "$CFLAGS_AUTO $CFLAGS" && - test -f "tools/add-cfi.$ARCH.awk" && + test -f "$srcdir/tools/add-cfi.$ARCH.awk" && printf ".file 1 \"srcfile.s\"\n.line 1\n.cfi_startproc\n.cfi_endproc" | $CC -g -x assembler -c -o /dev/null 2>/dev/null - then ADD_CFI=yes