From 341e299a5713011123b57b133308f734c3488a8b Mon Sep 17 00:00:00 2001 From: adilger Date: Wed, 14 Mar 2007 02:10:50 +0000 Subject: [PATCH] Branch HEAD Fix for LustreFUSE building. --- lustre/liblustre/genlib.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lustre/liblustre/genlib.sh b/lustre/liblustre/genlib.sh index ec69688..67be276 100755 --- a/lustre/liblustre/genlib.sh +++ b/lustre/liblustre/genlib.sh @@ -12,7 +12,8 @@ set -e # AR=/usr/bin/ar -LD=/usr/bin/ld +# see http://osdir.com/ml/gmane.comp.gnu.binutils.bugs/2006-01/msg00016.php +LD=gcc RANLIB=/usr/bin/ranlib CWD=`pwd` -- 1.8.3.1