diff options
author | Russ Allbery <rra@stanford.edu> | 1999-08-29 19:48:51 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-08-29 13:48:51 -0600 |
commit | 03e76b603c1b946969d02a37f59908c9f24bd5b0 (patch) | |
tree | 5194b78fc7596a26986b943321cafac9500b05d9 /gcc | |
parent | b7b8bcd23a2ed4c571242d5e06fa975857948e11 (diff) | |
download | gcc-03e76b603c1b946969d02a37f59908c9f24bd5b0.zip gcc-03e76b603c1b946969d02a37f59908c9f24bd5b0.tar.gz gcc-03e76b603c1b946969d02a37f59908c9f24bd5b0.tar.bz2 |
gcc.texi (External Bugs): Remove obsolete note about Perl on SunOS.
* gcc.texi (External Bugs): Remove obsolete note about Perl on
SunOS.
From-SVN: r28974
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/gcc.texi | 18 |
2 files changed, 5 insertions, 18 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9bb892ea..2ff6382 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/gcc.texi b/gcc/gcc.texi index 3494de4..56c24bf 100644 --- a/gcc/gcc.texi +++ b/gcc/gcc.texi @@ -1178,24 +1178,6 @@ header files by adding this: @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 while compiling certain programs. |