summaryrefslogtreecommitdiff
path: root/lib/make/known-architectures/osf
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-10-11 13:49:09 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-10-11 13:49:09 +0000
commit1545df229338ec2213b008e9589084cf726fefb3 (patch)
tree5d2f815ba54037c027d053efbd1f47aa9c3d4dc6 /lib/make/known-architectures/osf
parente868eb73536f5be9f664cb75169e7361457e5d26 (diff)
Added a "preferred-compilers" section to the known-architecture stuff.
Added detection of NULL device, 'though not added a symbol for it yet. Fixed a bug in the dependencies for AIX. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1013 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/known-architectures/osf')
-rw-r--r--lib/make/known-architectures/osf11
1 files changed, 9 insertions, 2 deletions
diff --git a/lib/make/known-architectures/osf b/lib/make/known-architectures/osf
index 87c8a71b..8649cafb 100644
--- a/lib/make/known-architectures/osf
+++ b/lib/make/known-architectures/osf
@@ -6,8 +6,15 @@
# @desc
#
# @enddesc
-# @version $Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/lib/make/known-architectures/osf,v 1.1 1999-04-22 13:21:59 allen Exp $
+# @version $Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/lib/make/known-architectures/osf,v 1.2 1999-10-11 13:49:09 goodale Exp $
# @@*/
-: ${LIBS="for"}
+if test "$CCTK_CONFIG_STAGE" = "preferred-compilers" ; then
+:
+
+else
+
+ : ${LIBS="for"}
+
+fi \ No newline at end of file