gcc.texi (External Bugs): Remove obsolete note about Perl on SunOS.
authorRuss Allbery <rra@stanford.edu>
Sun, 29 Aug 1999 19:48:51 +0000 (19:48 +0000)
committerJeff Law <law@gcc.gnu.org>
Sun, 29 Aug 1999 19:48:51 +0000 (13:48 -0600)
        * gcc.texi (External Bugs): Remove obsolete note about Perl on
        SunOS.

From-SVN: r28974

gcc/ChangeLog
gcc/gcc.texi

index 9bb892ea886563698bfa42359c91447b2126709f..2ff638218c9d3d098e40b6d02c7a9ae822393532 100644 (file)
@@ -1,3 +1,8 @@
+Sun Aug 29 05:06:43 1999  Russ Allbery  <rra@stanford.edu>
+
+       * gcc.texi (External Bugs): Remove obsolete note about Perl on
+       SunOS.
+
 1999-08-29 08:38 -0700  Zack Weinberg  <zack@bitmover.com>
 
        * stdbool.h: Make the typedef name _Bool, with bool a #defined
index 3494de492a296e224b07693320a50af5c7547543..56c24bfaff5176b1368b9b3a4accaca74512390b 100644 (file)
@@ -1177,24 +1177,6 @@ header files by adding this:
 #endif
 @end example
 
-@item
-If you have trouble compiling Perl on a SunOS 4 system, it may be
-because Perl specifies @samp{-I/usr/ucbinclude}.  This accesses the
-unfixed header files.  Perl specifies the options
-
-@example
--traditional -Dvolatile=__volatile__
--I/usr/include/sun -I/usr/ucbinclude
--fpcc-struct-return
-@end example
-
-@noindent
-most of which are unnecessary with GCC 2.4.5 and newer versions.  You
-can make a properly working Perl by setting @code{ccflags} to
-@samp{-fwritable-strings} (implied by the @samp{-traditional} in the
-original options) and @code{cppflags} to empty in @file{config.sh}, then
-typing @samp{./doSH; make depend; make}.
-
 @item
 On various 386 Unix systems derived from System V, including SCO, ISC,
 and ESIX, you may get error messages about running out of virtual memory