From 8766aeb2b18bf2888c513ebc500eff49dc61e46c Mon Sep 17 00:00:00 2001 From: xleroy Date: Thu, 24 Oct 2013 09:56:07 +0000 Subject: Use register names under Linux. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2349 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- configure | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 8a83aa6..5e61001 100755 --- a/configure +++ b/configure @@ -76,8 +76,7 @@ case "$target" in system="linux" cc="${toolprefix}gcc" cprepro="${toolprefix}gcc -U__GNUC__ -E" - casm="${toolprefix}gcc -c" - casmruntime="${toolprefix}gcc -c -Wa,-mregnames" + casm="${toolprefix}gcc -c -Wa,-mregnames" clinker="${toolprefix}gcc" libmath="-lm" cchecklink=true;; -- cgit v1.2.3