summaryrefslogtreecommitdiff
path: root/lib/make
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-05-15 13:43:53 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-05-15 13:43:53 +0000
commitc012cdbda0037f71b3f215fdc304f24308f37e0b (patch)
tree67537e1cb46b4ccfb4a800052d369f9ceae5937d /lib/make
parent67d325f49380653108c84710b379042edc050449 (diff)
For cross-compiling: added AR=xar RANLIB=xranlib RANLIBFLAGS= USE_RANLIB=yes.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@2815 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make')
-rw-r--r--lib/make/known-architectures/hiuxwe27
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/make/known-architectures/hiuxwe2 b/lib/make/known-architectures/hiuxwe2
index 83ae3419..df5e73ad 100644
--- a/lib/make/known-architectures/hiuxwe2
+++ b/lib/make/known-architectures/hiuxwe2
@@ -17,7 +17,7 @@
# Added cross-compiling defines
# @endhdesc
# @endhistory
-# @version $Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/lib/make/known-architectures/hiuxwe2,v 1.7 2002-05-13 18:09:22 tradke Exp $
+# @version $Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/lib/make/known-architectures/hiuxwe2,v 1.8 2002-05-15 13:43:53 tradke Exp $
# @@*/
if test "$CCTK_CONFIG_STAGE" = 'preferred-compilers' ; then
@@ -115,6 +115,11 @@ else
SIZEOF_POINTER=8
NULL_DEVICE='/dev/null'
+
+ AR=xar
+ RANLIB=xranlib
+ RANLIBFLAGS=
+ USE_RANLIB=yes
fi
fi