summaryrefslogtreecommitdiff
path: root/gcc/gcc.texi
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-08-29 19:48:51 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-08-29 19:48:51 +0000
commite1b73a94770121e701f2dbcd8b46cba3f51c5447 (patch)
tree5194b78fc7596a26986b943321cafac9500b05d9 /gcc/gcc.texi
parentba3a3d1f24b70786bf60198b0d8186b55305c099 (diff)
downloadgcc-e1b73a94770121e701f2dbcd8b46cba3f51c5447.tar.gz
* gcc.texi (External Bugs): Remove obsolete note about Perl on
SunOS. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28974 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gcc.texi')
-rw-r--r--gcc/gcc.texi18
1 files changed, 0 insertions, 18 deletions
diff --git a/gcc/gcc.texi b/gcc/gcc.texi
index 3494de492a2..56c24bfaff5 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.