From 2afeff7d9e6a0a735f80bae9e932df376bc42590 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Tue, 25 Jun 2019 11:34:29 -0700 Subject: Pass target to cc-qbe --- configure | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'configure') diff --git a/configure b/configure index c30d4c3..39f0c0a 100755 --- a/configure +++ b/configure @@ -41,12 +41,6 @@ if [ "$host" != "$target" ] ; then toolprefix=$target- fi -case "$target" in -x86_64*|amd64*) qbetarget=amd64_sysv ;; -aarch64*) qbetarget=arm64 ;; -*) fail "unsupported architecture '${target%%-*}'" -esac - startfiles=0 endfiles=0 defines= @@ -130,6 +124,7 @@ test "$DEFAULT_DYNAMIC_LINKER" && linkflags=$linkflags' "--dynamic-linker", "'$D printf "creating config.h... " cat >config.h <