From mint-bounce@lists.fishpool.fi Wed Feb 20 17:08:13 2008 Message-ID: <47BCA393.9000103@freesbee.fr> Date: Wed, 20 Feb 2008 23:02:59 +0100 From: =?ISO-8859-1?Q?Vincent_Rivi=E8re?= User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: MiKRO , mint Subject: Re: [MiNT] gcc for 060 + FPU bug solution? References: <47BC9946.6040409@gmail.com> In-Reply-To: <47BC9946.6040409@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: vincent.riviere@freesbee.fr Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.sparemint.org id m1KM8C2K026108 Miro Kropacek wrote: > I've tried this and surprisingly, that "x86" patch is for us. Good news for the bootstrap ! > I included also that FPU patch so > tomorow I will able to test the quake compilation. I tried that patch, and it works as expected ! Note: I fell in a big trap. I applied the patch, then I went to the build dir and I type "make all-gcc". Then I typed "./gcc/xgcc" in order to test the new exectable. But when GCC is already installed in the system, ./gcc/xgcc runs the cc1 installed in the system, not the newly compiled one ! In order to use the right cc1, I had to type "./gcc/xgcc -B ./gcc ...". -- Vincent Rivière