From f0ad15b54c26e8c62405e213575024ce5e317886 Mon Sep 17 00:00:00 2001 From: xleroy Date: Thu, 24 Oct 2013 11:28:47 +0000 Subject: Revert commit r2349 because it triggers a bug in GNU as. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2350 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 5e61001..8a83aa6 100755 --- a/configure +++ b/configure @@ -76,7 +76,8 @@ case "$target" in system="linux" cc="${toolprefix}gcc" cprepro="${toolprefix}gcc -U__GNUC__ -E" - casm="${toolprefix}gcc -c -Wa,-mregnames" + casm="${toolprefix}gcc -c" + casmruntime="${toolprefix}gcc -c -Wa,-mregnames" clinker="${toolprefix}gcc" libmath="-lm" cchecklink=true;; -- cgit v1.2.3