randy       98/11/11 10:36:10

  Modified:    src      CHANGES Configure
  Log:
  Fallback to native compilers for IRIX-32 platform. It seems that
  a gcc 2.8.1 compiled apache is logging client addresses with all
  bits set (255.255.255.255). This is the second such problem caused
  by gcc 2.8.1 compiler. The first being broken semaphore locking.
  
  Revision  Changes    Path
  1.1145    +6 -0      apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.1144
  retrieving revision 1.1145
  diff -u -r1.1144 -r1.1145
  --- CHANGES   1998/11/10 07:30:06     1.1144
  +++ CHANGES   1998/11/11 18:36:06     1.1145
  @@ -1,5 +1,11 @@
   Changes with Apache 1.3.4
   
  +  *) Fallback to native compilers for IRIX-32 platform. It seems that
  +     a gcc 2.8.1 compiled apache is logging client addresses with all
  +     bits set (255.255.255.255). This is the second such problem caused
  +     by gcc 2.8.1 compiler. The first being broken semaphore locking.
  +     [Randy Terbush]
  +
     *) Updated mime.types to reflect current Internet media types
        and include a URL to the registry.
        [Manoj Kasichainula, Roy Fielding] PR#2380, 2286, 2246
  
  
  
  1.306     +1 -0      apache-1.3/src/Configure
  
  Index: Configure
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/Configure,v
  retrieving revision 1.305
  retrieving revision 1.306
  diff -u -r1.305 -r1.306
  --- Configure 1998/11/06 22:42:37     1.305
  +++ Configure 1998/11/11 18:36:07     1.306
  @@ -412,6 +412,7 @@
                OS='SGI IRIX'
            fi
        fi
  +     CC='cc'
        CFLAGS="$CFLAGS -DIRIX"
        ;;
       *-sgi-irix)
  
  
  

Reply via email to