From 172f85832920a6d1068b34396dc935aa1afe827e Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Wed, 29 Feb 2012 10:10:39 +0000 Subject: [PATCH] Using lib64 on 64 bits. Added Isis to the chams project. --- bootstrap/buildCoriolis.py | 1 + bootstrap/coriolisEnv.py | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/bootstrap/buildCoriolis.py b/bootstrap/buildCoriolis.py index cf5b7843..c72696da 100755 --- a/bootstrap/buildCoriolis.py +++ b/bootstrap/buildCoriolis.py @@ -620,6 +620,7 @@ if __name__ == "__main__": , "scribe" , "graph" , "pharos" + , "isis" , "schematic" , "autoDTR" ] diff --git a/bootstrap/coriolisEnv.py b/bootstrap/coriolisEnv.py index f176c40c..47be7172 100755 --- a/bootstrap/coriolisEnv.py +++ b/bootstrap/coriolisEnv.py @@ -47,8 +47,8 @@ def guessOs (): libDir="lib" if osSlsoc6x_64.match(lines[0]): - osType = "Linux.slsoc6x_64" - libSuffix = "64" + osType = "Linux.slsoc6x_64" + libDir = "64" elif osSlsoc6x.match(lines[0]): osType = "Linux.slsoc6x" elif osSLSoC5x_64.match(lines[0]): osType = "Linux.SLSoC5x_64"