This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
HPUX 2.0 10.20
- From: Eduardo Osorio Armenta <eduardoo at antar dot com dot mx>
- To: "'gcc at gcc dot gnu dot org'" <gcc at gcc dot gnu dot org>
- Date: Thu, 27 Jun 2002 19:27:44 -0500
- Subject: HPUX 2.0 10.20
Hi ,
i downloaded the source code for gcc 3.1 from
http://hpux.cs.utah.edu/hppd/hpux/Gnu/gcc-3.1/
make a minor changes on:
source file:
/opt/gcc-3.1/gcc/gcc/tradcpp.c
function: (line 2598)
static void
fixup_newlines (FILE_BUF *fp)
static void
fixup_newlines (fp)
FILE_BUF *fp;
and run :
gmake install
the results:
# ./config.guess
hppa2.0-hp-hpux10.20
prueba@/home/prueba> gcc -v
Reading specs from /usr/local/lib/gcc-lib/hppa2.0-hp-hpux10.20/3.1/specs
Configured with: ./configure : (reconfigured) ./configure : (reconfigured)
./configure : (reconfigured) ./configure : (reconfigured) ./configure
Thread model: single
gcc version 3.1
it's that OK!