From 8f1c173444741c51cc0aadbfae5906c177e81509 Mon Sep 17 00:00:00 2001 From: akl Date: Wed, 13 Feb 2008 11:15:54 +0000 Subject: [PATCH] Add 64bit support. --- config_files/blsurf-2.7.12.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config_files/blsurf-2.7.12.sh b/config_files/blsurf-2.7.12.sh index 49519bf..7061ea2 100755 --- a/config_files/blsurf-2.7.12.sh +++ b/config_files/blsurf-2.7.12.sh @@ -19,10 +19,15 @@ return 0 print_env_bin() { +if test `uname -m` = "x86_64" ; then +LIB_PREFIX=64 +else +LIB_PREFIX="" +fi cat > ${INSTALL_WORK}/env_${PRODUCT_TYPE}.sh <