mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-03 08:05:21 +00:00
Use '-std' flag when compiling on COMPAQ TRU 64.
This commit is contained in:
@@ -13,7 +13,7 @@ dnl PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
|
|||||||
dnl ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
|
dnl ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
|
||||||
dnl SOFTWARE.
|
dnl SOFTWARE.
|
||||||
|
|
||||||
AC_REVISION($Revision: 1.91 $)
|
AC_REVISION($Revision: 1.92 $)
|
||||||
|
|
||||||
AC_PREREQ(2.13)
|
AC_PREREQ(2.13)
|
||||||
|
|
||||||
@@ -254,7 +254,7 @@ if test "X$GCC" = "Xyes"; then
|
|||||||
else
|
else
|
||||||
case "$host" in
|
case "$host" in
|
||||||
*-dec-osf*)
|
*-dec-osf*)
|
||||||
CC="$CC -pthread"
|
CC="$CC -std -pthread"
|
||||||
MKDEPCC="$CC"
|
MKDEPCC="$CC"
|
||||||
;;
|
;;
|
||||||
*-sun-solaris*)
|
*-sun-solaris*)
|
||||||
|
Reference in New Issue
Block a user