Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rob Latham
mpich-CVS
Commits
8a255b9f
Commit
8a255b9f
authored
Oct 09, 2007
by
chan
Browse files
replaced CROSS_xxx_ALIGN by CROSS_ALIGN_xxx, and other related cross variables.
parent
958e1e9f
Changes
1
Show whitespace changes
Inline
Side-by-side
confdb/aclocal_cc.m4
View file @
8a255b9f
...
@@ -1516,7 +1516,7 @@ int main( int argc, char *argv[] )
...
@@ -1516,7 +1516,7 @@ int main( int argc, char *argv[] )
return 0;
return 0;
}],
}],
pac_cv_c_struct_align=`cat ctest.out`
pac_cv_c_struct_align=`cat ctest.out`
,pac_cv_c_struct_align="unknown",pac_cv_c_struct_align="$CROSS_STRUCT
_ALIGN
")
,pac_cv_c_struct_align="unknown",pac_cv_c_struct_align="$CROSS_
ALIGN_
STRUCT")
rm -f ctest.out
rm -f ctest.out
])
])
if test -z "$pac_cv_c_struct_align" ; then
if test -z "$pac_cv_c_struct_align" ; then
...
@@ -1645,7 +1645,7 @@ int main( int argc, char *argv[] )
...
@@ -1645,7 +1645,7 @@ int main( int argc, char *argv[] )
}],
}],
pac_cv_c_max_integer_align=`cat ctest.out`,
pac_cv_c_max_integer_align=`cat ctest.out`,
pac_cv_c_max_integer_align="unknown",
pac_cv_c_max_integer_align="unknown",
pac_cv_c_max_integer_align="$CROSS_STRUCT_INT
_ALIGN
")
pac_cv_c_max_integer_align="$CROSS_
ALIGN_
STRUCT_INT")
rm -f ctest.out
rm -f ctest.out
])
])
if test -z "$pac_cv_c_max_integer_align" ; then
if test -z "$pac_cv_c_max_integer_align" ; then
...
@@ -1761,7 +1761,7 @@ int main( int argc, char *argv[] )
...
@@ -1761,7 +1761,7 @@ int main( int argc, char *argv[] )
}],
}],
pac_cv_c_max_fp_align=`cat ctest.out`,
pac_cv_c_max_fp_align=`cat ctest.out`,
pac_cv_c_max_fp_align="unknown",
pac_cv_c_max_fp_align="unknown",
pac_cv_c_max_fp_align="$CROSS_STRUCT_FP
_ALIGN
")
pac_cv_c_max_fp_align="$CROSS_
ALIGN_
STRUCT_FP")
rm -f ctest.out
rm -f ctest.out
])
])
if test -z "$pac_cv_c_max_fp_align" ; then
if test -z "$pac_cv_c_max_fp_align" ; then
...
@@ -1845,7 +1845,7 @@ int main( int argc, char *argv[] )
...
@@ -1845,7 +1845,7 @@ int main( int argc, char *argv[] )
}],
}],
pac_cv_c_max_double_fp_align=`cat ctest.out`,
pac_cv_c_max_double_fp_align=`cat ctest.out`,
pac_cv_c_max_double_fp_align="unknown",
pac_cv_c_max_double_fp_align="unknown",
pac_cv_c_max_double_fp_align="$CROSS_STRUCT_
FP_ALIGN
")
pac_cv_c_max_double_fp_align="$CROSS_
ALIGN_
STRUCT_
DOUBLE_FP
")
rm -f ctest.out
rm -f ctest.out
])
])
if test -z "$pac_cv_c_max_double_fp_align" ; then
if test -z "$pac_cv_c_max_double_fp_align" ; then
...
@@ -1917,7 +1917,7 @@ int main( int argc, char *argv[] )
...
@@ -1917,7 +1917,7 @@ int main( int argc, char *argv[] )
}],
}],
pac_cv_c_max_longdouble_fp_align=`cat ctest.out`,
pac_cv_c_max_longdouble_fp_align=`cat ctest.out`,
pac_cv_c_max_longdouble_fp_align="unknown",
pac_cv_c_max_longdouble_fp_align="unknown",
pac_cv_c_max_longdouble_fp_align="$CROSS_STRUCT_LONGDOUBLE_FP
_ALIGN
")
pac_cv_c_max_longdouble_fp_align="$CROSS_
ALIGN_
STRUCT_LONGDOUBLE_FP")
rm -f ctest.out
rm -f ctest.out
])
])
if test -z "$pac_cv_c_max_longdouble_fp_align" ; then
if test -z "$pac_cv_c_max_longdouble_fp_align" ; then
...
@@ -1979,7 +1979,7 @@ int main( int argc, char *argv[] )
...
@@ -1979,7 +1979,7 @@ int main( int argc, char *argv[] )
}],
}],
pac_cv_c_double_alignment_exception=`cat ctest.out`,
pac_cv_c_double_alignment_exception=`cat ctest.out`,
pac_cv_c_double_alignment_exception="unknown",
pac_cv_c_double_alignment_exception="unknown",
pac_cv_c_double_alignment_exception="$CROSS_DOUBLE
_ALIGNMENT
_EXCEPTION")
pac_cv_c_double_alignment_exception="$CROSS_
ALIGN_
DOUBLE_EXCEPTION")
rm -f ctest.out
rm -f ctest.out
])
])
if test -z "$pac_cv_c_double_alignment_exception" ; then
if test -z "$pac_cv_c_double_alignment_exception" ; then
...
@@ -2023,7 +2023,7 @@ int main( int argc, char *argv[] )
...
@@ -2023,7 +2023,7 @@ int main( int argc, char *argv[] )
}],
}],
pac_cv_c_double_pos_align=`cat ctest.out`,
pac_cv_c_double_pos_align=`cat ctest.out`,
pac_cv_c_double_pos_align="unknown",
pac_cv_c_double_pos_align="unknown",
pac_cv_c_double_pos_align="$CROSS_DOUBLE_POS
_ALIGN
")
pac_cv_c_double_pos_align="$CROSS_
ALIGN_
DOUBLE_POS")
rm -f ctest.out
rm -f ctest.out
])
])
if test -z "$pac_cv_c_double_pos_align" ; then
if test -z "$pac_cv_c_double_pos_align" ; then
...
@@ -2069,7 +2069,7 @@ int main( int argc, char *argv[] )
...
@@ -2069,7 +2069,7 @@ int main( int argc, char *argv[] )
}],
}],
pac_cv_c_llint_pos_align=`cat ctest.out`,
pac_cv_c_llint_pos_align=`cat ctest.out`,
pac_cv_c_llint_pos_align="unknown",
pac_cv_c_llint_pos_align="unknown",
pac_cv_c_llint_pos_align="$CROSS_LLINT_POS
_ALIGN
")
pac_cv_c_llint_pos_align="$CROSS_
ALIGN_
LLINT_POS")
rm -f ctest.out
rm -f ctest.out
])
])
if test -z "$pac_cv_c_llint_pos_align" ; then
if test -z "$pac_cv_c_llint_pos_align" ; then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment