X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=configure;h=6f5453f52ceafa9ed6e97fae18028172b601410e;hb=63c67053a3e42e9dff788de432f82ff07d4d772a;hp=e1aefed784dee32216e9a94e7a9cff1268d8a7dc;hpb=7be59733d71ada3a32a98622507399253f1d5e48;p=musl diff --git a/configure b/configure index e1aefed7..6f5453f5 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 @@ -723,11 +723,6 @@ fi test "$SUBARCH" \ && printf "configured for %s variant: %s\n" "$ARCH" "$ARCH$SUBARCH" -case "$ARCH$SUBARCH" in -arm) ASMSUBARCH=el ;; -*) ASMSUBARCH=$SUBARCH ;; -esac - # # Some archs (powerpc) have different possible long double formats # that the compiler can be configured for. The logic for whether this