From 51ab692d2e0e7ab8165dbc027d83cbcd080c50bf Mon Sep 17 00:00:00 2001 From: Steve Huston Date: Tue, 18 Aug 1998 20:36:30 +0000 Subject: Added comment on how to shut up the warnings from using +DA2.0 --- include/makeinclude/platform_hpux_aCC.GNU | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/makeinclude/platform_hpux_aCC.GNU b/include/makeinclude/platform_hpux_aCC.GNU index e1b35d8bc79..2b8aca3c96d 100644 --- a/include/makeinclude/platform_hpux_aCC.GNU +++ b/include/makeinclude/platform_hpux_aCC.GNU @@ -11,7 +11,9 @@ # HP-UX 11 supports both 32-bit and 64-bit builds, regardless of which # architecture the build is done on. This file is set up to build native # to the machine it's running on. To cross-build for another platform, add -# the appropriate +DA switch to CCFLAGS. +# the appropriate +DA switch to CCFLAGS. Note that if you do this, and want to +# shut up the "At least one PA 2.0 object file detected..." messages, you +# should also add -Wl,+vnocompatwarnings. debug = 1 threads = 1 -- cgit v1.2.1