Displaying 6 results from an estimated 6 matches for "gcc_updat".
Did you mean:
gcc_update
2008 Jul 10
0
[LLVMdev] Including svn version number in --version output
gcc does this with contrib/gcc_update which updates the file every
update:
revision=`svn info | awk '/Revision:/ { print $2 }'`
branch=`svn info | sed -ne "/URL:/ {
s,.*/trunk,trunk,
s,.*/branches/,,
s,.*/tags/,,
p
}"`
where you now have revision and branch information.
-eric
2008 Jul 10
4
[LLVMdev] Including svn version number in --version output
On Jul 9, 2008, at 6:13 PM, Tanya M. Lattner wrote:
>
> Why not set the VERSUFFIX to be " (Based on Apple Inc. build 5555)
> (LLVM
> rXXXX)"
>
> Where you set the revision number?
I do not want to set the revision number in a source file every time I
do 'svn update' :)
> We currently use LLVM_VERSION_INFO to set this sort of information
> and to
2008 Jul 10
2
[LLVMdev] Including svn version number in --version output
On Jul 9, 2008, at 6:17 PM, Eric Christopher wrote:
> gcc does this with contrib/gcc_update which updates the file every
> update:
>
> revision=`svn info | awk '/Revision:/ { print $2 }'`
> branch=`svn info | sed -ne "/URL:/ {
> s,.*/trunk,trunk,
> s,.*/branches/,,
> s,.*/tags/,,
> p
> }"`
>
> where you now have revision and branch infor...
2008 Dec 10
0
[LLVMdev] Trouble Building llvm-gcc-4.2
...ke this, and it
works:
rm -rf $DIR/install &&
rm -rf $DIR/llvm-obj &&
rm -rf $DIR/llvm-gcc-obj &&
mkdir $DIR/install &&
mkdir $DIR/llvm-obj &&
mkdir $DIR/llvm-gcc-obj &&
cd $DIR/llvm && svn up &&
cd $DIR/llvm-gcc4.2 && contrib/gcc_update &&
cd $DIR/llvm-obj &&
../llvm/configure --enable-optimized --prefix=$DIR/install &&
make -j4 >/dev/null &&
make install &&
../llvm-gcc4.2/configure --prefix=`pwd`/../install
--program-prefix=llvm- --enable-llvm=$DIR/llvm-obj/ --disable-multilib
--enabl...
2011 Jun 30
2
Re: Is Wine64 usable yet?
I'm having issues with getting Wine64 to even install properly. I'm using an AMD 64 processor with Fedora 14 x64. When I try to get things working, here's what I get with the gcc:
Touching configure...
[root at Iceburgh gcc-svn]# cd ..
[root at Iceburgh Iceburgh]# rm -rf gcc-build
[root at Iceburgh Iceburgh]# mkdir gcc-build
[root at Iceburgh Iceburgh]# cd gcc-build
[root at Iceburgh
2008 Dec 10
2
[LLVMdev] Trouble Building llvm-gcc-4.2
On Wednesday 10 December 2008 12:18, Török Edwin wrote:
> On 2008-12-10 19:54, David Greene wrote:
> > I'm almost finished with the BuildBot validation config, but I'm having
> > trouble convincing it to compiler llvm-gcc-4.2.
> >
> > Here's the relevant portion of the config:
> >
> > f.addStep(SVN(workdir="llvm-gcc-4.2/src",