From: Francesco Chemolli Date: Tue, 12 Oct 2021 21:32:02 +0000 (+0000) Subject: Remove HPUX compiler handling in configure.ac (#890) X-Git-Tag: SQUID_6_0_1~281 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5f247bd2ed9ed2a5bd9de2e3f32b87c8bc68e26e;p=thirdparty%2Fsquid.git Remove HPUX compiler handling in configure.ac (#890) HPUX is not a testable nor a primary target platform for us --- diff --git a/configure.ac b/configure.ac index 534cec994f..2e70d6419c 100644 --- a/configure.ac +++ b/configure.ac @@ -2700,28 +2700,6 @@ AS_IF([test "x$with_cppunit" != "xno"],[ ]) ]) -# Force some compilers to use ANSI features -# -case "$host" in - *-hp-hpux*) - if test "x$ac_cv_prog_CC" = "xcc" ; then - AC_MSG_NOTICE([adding '-Ae' to cc args for $host]) - CC="cc -Ae"; - ac_cv_prog_CC="$CC" - fi - ;; -esac - - -dnl automake handles this AC_PATH_PROG(MAKEDEPEND, makedepend, $TRUE) - -case "$host" in - *hpux*) - AC_MSG_NOTICE([Disabling ranlib for HP-UX...]) - RANLIB=":" - ;; -esac - dnl Check for headers AC_HEADER_DIRENT AC_HEADER_STDC diff --git a/doc/release-notes/release-6.sgml b/doc/release-notes/release-6.sgml index 3efeba84a7..6eda43731d 100644 --- a/doc/release-notes/release-6.sgml +++ b/doc/release-notes/release-6.sgml @@ -25,6 +25,7 @@ This new release is available for download from . +

Support for compiling on HPUX with the native HP xcc compiler has been removed. To build on that OS/compiler combination, it is possible to pass these environemnt variables to ./configure: CC="cxx -Ae" RANLIB=":" Changes since earlier releases of Squid-6