Commit ab0ac402 authored by dgaudet's avatar dgaudet
Browse files

PR#388: Support for DEC cc compiler under Ultrix.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3@78378 13f79535-47bb-0310-9956-ffa450edef68
parent 23f9cf0c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
Changes with Apache 1.2.1

  *) Support for dec cc compiler under ultrix.
     ["P. Alejandro Lopez-Valencia" <alejolo@ideam.gov.co>] PR#388
  
  *) Support for Maxion/OS SVR4.2 Real Time Unix. [no name given] PR#383
  
  *) mod_status dumps core in inetd mode.  [Marc Slemko and Roy Fielding]
+3 −0
Original line number Diff line number Diff line
@@ -436,6 +436,9 @@ case "$PLAT" in
	CFLAGS="-DULTRIX"
	DEF_WANTHSREGEX=yes
	SHELL="/bin/sh5"
	if [ "$CC" = "cc" ] || [ "$COMPILER" = "cc" ]; then
	    CFLAGS="$CFLAGS -std"
	fi
	;;
    *powerpc-tenon-machten*)
	OS='MachTen PPC'