aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2016-06-30 09:52:37 +0200
committerXavier Leroy <xavier.leroy@inria.fr>2016-06-30 09:52:37 +0200
commit599da987f5be6b4867344c0ba7997c3aa1d8e34c (patch)
treeeaabb07667d145b87a4dd8e889f5588db0066234
parent282f8a07a2ff201e1b2bee563bd8c6d9d670d261 (diff)
parent0543cb7919d8b03ee9367c2ce94837646364af3d (diff)
downloadcompcert-kvx-599da987f5be6b4867344c0ba7997c3aa1d8e34c.tar.gz
compcert-kvx-599da987f5be6b4867344c0ba7997c3aa1d8e34c.zip
Merge branch 'master' of ssh://github.com/AbsInt/CompCert
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 05e8c6f2..4c3ba082 100755
--- a/configure
+++ b/configure
@@ -118,6 +118,7 @@ case "$target" in
asm_supports_cfi=false
clinker="${toolprefix}dcc"
libmath="-lm"
+ ;;
*)
system="linux"
cc="${toolprefix}gcc"