don't stomp on user CXXFLAGS on Tru64
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@45891 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -23635,7 +23635,7 @@ if test "x$HPCXX" = "xyes"; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if test "x$COMPAQCXX" = "xyes"; then
|
if test "x$COMPAQCXX" = "xyes"; then
|
||||||
CXXFLAGS="-w0 -msg_disable basclsnondto,unrimpret,intconlosbit"
|
CXXFLAGS="-w0 -msg_disable basclsnondto,unrimpret,intconlosbit $CXXFLAGS"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ac_ext=cpp
|
ac_ext=cpp
|
||||||
|
@@ -2139,7 +2139,7 @@ if test "x$COMPAQCXX" = "xyes"; then
|
|||||||
dnl intconlosbit: "conversion to integral type of smaller size could lose
|
dnl intconlosbit: "conversion to integral type of smaller size could lose
|
||||||
dnl data" this is a useful warning but there are too many of
|
dnl data" this is a useful warning but there are too many of
|
||||||
dnl them for now
|
dnl them for now
|
||||||
CXXFLAGS="-w0 -msg_disable basclsnondto,unrimpret,intconlosbit"
|
CXXFLAGS="-w0 -msg_disable basclsnondto,unrimpret,intconlosbit $CXXFLAGS"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
dnl the next few tests are all for C++ features and so need to be done using
|
dnl the next few tests are all for C++ features and so need to be done using
|
||||||
|
Reference in New Issue
Block a user