gm2
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gm2] git commit to the 4.1.2 branch of gm2


From: Gaius Mulley
Subject: Re: [Gm2] git commit to the 4.1.2 branch of gm2
Date: Wed, 10 Jun 2015 14:39:48 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

john o goyo <address@hidden> writes:

> Gaius:
>
> On 06/08/15 11:21, Gaius Mulley wrote:
>>
>> Hi,
>>
>> I've backported all the library fixes to the 4.1.2 branch of gm2.
>> This took a little longer than expected but hopefully it will be useful
>> for people still using the older gcc graft of gm2.
>
> Thank you for this -- it will indeed be useful until gm2.4.7.4
> builds. I have a question:  which build process works for this branch?

Hi John,

here is my rebuild script, which I used while backporting.  Great to
hear the port is of use!

regards,
Gaius


#!/bin/bash

rm -rf build-4.1.2
mkdir build-4.1.2

rm -rf $HOME/opt412
mkdir -p $HOME/opt412

cd build-4.1.2
../gcc-4.1.2+gm2-git-latest/gm2/gcc-versionno/configure
--prefix=$HOME/opt412 --enable-languages=c,c++,gm2 --disable-multilib
--enable-checking=all

LIBRARY_PATH=/usr/lib/x86_64-linux-gnu make SHELL=/bin/bash
LIBRARY_PATH=/usr/lib/x86_64-linux-gnu make install SHELL=/bin/bash

export PATH=$HOME/opt412/bin:$PATH
cd gcc
LIBRARY_PATH=/usr/lib/x86_64-linux-gnu make SHELL=/bin/bash check-gm2



reply via email to

[Prev in Thread] Current Thread [Next in Thread]