Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
CMake
CMake
Commits
408361af
Commit
408361af
authored
Aug 23, 2002
by
Bill Hoffman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
try another flag for the dec compiler...
parent
85d1fc14
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
12 deletions
+12
-12
Templates/cxxconfigure
Templates/cxxconfigure
+3
-3
Templates/cxxconfigure.in
Templates/cxxconfigure.in
+3
-3
configure
configure
+3
-3
configure.in
configure.in
+3
-3
No files found.
Templates/cxxconfigure
View file @
408361af
...
...
@@ -740,11 +740,11 @@ case $system in
rm -f conftest*
;;
OSF1-*)
echo $ac_n "checking whether ${CXX} accepts -std strict_ansi""... $ac_c" 1>&6
echo $ac_n "checking whether ${CXX} accepts -std strict_ansi
-nopure_cname
""... $ac_c" 1>&6
echo '
void f
(){}
' > conftest.c
if test -z "`${CXX} -std strict_ansi -c conftest.c 2>&1`"; then
if test -z "`${CXX} -std strict_ansi
-nopure_cname
-c conftest.c 2>&1`"; then
echo "$ac_t""yes" 1>&6
CMAKE_ANSI_CXXFLAGS="-std strict_ansi"
CMAKE_ANSI_CXXFLAGS="-std strict_ansi
-nopure_cname
"
else
echo "$ac_t""no" 1>&6
fi
...
...
Templates/cxxconfigure.in
View file @
408361af
...
...
@@ -76,11 +76,11 @@ case $system in
rm -f conftest*
;;
OSF1-*)
echo $ac_n "checking whether ${CXX} accepts -std strict_ansi""... $ac_c" 1>&6
echo $ac_n "checking whether ${CXX} accepts -std strict_ansi
-nopure_cname
""... $ac_c" 1>&6
echo 'void f(){}' > conftest.c
if test -z "`${CXX} -std strict_ansi -c conftest.c 2>&1`"; then
if test -z "`${CXX} -std strict_ansi
-nopure_cname
-c conftest.c 2>&1`"; then
echo "$ac_t""yes" 1>&6
CMAKE_ANSI_CXXFLAGS="-std strict_ansi"
CMAKE_ANSI_CXXFLAGS="-std strict_ansi
-nopure_cname
"
else
echo "$ac_t""no" 1>&6
fi
...
...
configure
View file @
408361af
...
...
@@ -974,11 +974,11 @@ case $system in
rm -f conftest*
;;
OSF1-*)
echo $ac_n "checking whether ${CXX} accepts -std strict_ansi""... $ac_c" 1>&6
echo $ac_n "checking whether ${CXX} accepts -std strict_ansi
-nopure_cname
""... $ac_c" 1>&6
echo '
void f
(){}
' > conftest.c
if test -z "`${CXX} -std strict_ansi -c conftest.c 2>&1`"; then
if test -z "`${CXX} -std strict_ansi
-nopure_cname
-c conftest.c 2>&1`"; then
echo "$ac_t""yes" 1>&6
CMAKE_ANSI_CXXFLAGS="-std strict_ansi"
CMAKE_ANSI_CXXFLAGS="-std strict_ansi
-nopure_cname
"
else
echo "$ac_t""no" 1>&6
fi
...
...
configure.in
View file @
408361af
...
...
@@ -89,11 +89,11 @@ case $system in
rm -f conftest*
;;
OSF1-*)
echo $ac_n "checking whether ${CXX} accepts -std strict_ansi""... $ac_c" 1>&6
echo $ac_n "checking whether ${CXX} accepts -std strict_ansi
-nopure_cname
""... $ac_c" 1>&6
echo 'void f(){}' > conftest.c
if test -z "`${CXX} -std strict_ansi -c conftest.c 2>&1`"; then
if test -z "`${CXX} -std strict_ansi
-nopure_cname
-c conftest.c 2>&1`"; then
echo "$ac_t""yes" 1>&6
CMAKE_ANSI_CXXFLAGS="-std strict_ansi"
CMAKE_ANSI_CXXFLAGS="-std strict_ansi
-nopure_cname
"
else
echo "$ac_t""no" 1>&6
fi
...
...
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