summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2008-12-05 11:15:16 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2008-12-05 11:15:16 +0000
commitdd3d0935adcc837ee1145a86d16252ef1671d3f4 (patch)
tree33d0e0577be493ad38e24c3ba9c28907f172a929 /doc
parent972da6083937abbd3a5d264d9960194b793defc2 (diff)
If the C/C++ compiler didn't produce a runnable executable the configuration
process is now aborted with an error message. To create a cross compiled configuration the new configure option CROSS_COMPILE must be set to "yes". git-svn-id: http://svn.cactuscode.org/flesh/trunk@4512 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc')
-rw-r--r--doc/UsersGuide/RunningCactus.tex5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/UsersGuide/RunningCactus.tex b/doc/UsersGuide/RunningCactus.tex
index a62b44bf..5420b3ee 100644
--- a/doc/UsersGuide/RunningCactus.tex
+++ b/doc/UsersGuide/RunningCactus.tex
@@ -480,6 +480,11 @@ created by Cactus. The only options available are \texttt{yes} and
\texttt{no}, the default is \texttt{yes}. Set this to \texttt{no} if your
compiler reports error messages about unrecognised \verb|#| directives.
+\item [\texttt{CROSS\_COMPILE}] Enables cross compilation.
+ Available options are \texttt{yes} and \texttt{no}, the default is
+ \texttt{no}. To create a cross compiled configuration one must explicitly set
+ this option to \texttt{yes}.
+
\item [\texttt{DISABLE\_REAL16}] Disable support for the data type
\texttt{CCTK\_REAL16}. The only options available are \texttt{yes} and
\texttt{no}, the default is \texttt{no}. Cactus autodetects this data type