Subject: Re: how best to undo EGCS transition?
To: None <hwr@pilhuhn.de>
From: Richard Earnshaw <rearnsha@arm.com>
List: current-users
Date: 10/13/1998 10:47:24
> Rafal Boni wrote:
> |Does anyone out there have a good plan for backing out egcs and reverting to
> |the stock 2.7.2.2 GCC?? I built and installed a kit during the brief window
>
> IIRC:
>
> cd src/gnu/usr.bin/gcc
> make
> make install
For safety, insert here:
cd libgcc
make clean && make && make install
> cd src/
> make build
>
so that libgcc has been built with the newly installed compiler, not egcs.