Update gcc4 install instructions to reflect change to 4.5
git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@42529 a95241bf-73f2-0310-859d-f6bbb57e9c96
Diff
INSTALL-gcc4-from-source-Haiku | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
@@ -1,13 +1,13 @@
How to build gcc-4.4 natively on Haiku:
How to build gcc-4.5 natively on Haiku:
checkout the buildtools from the haiku repository
cd into the buildtools folder (where this file lives)
declare the current gcc-version-date like this:
export GCCDATE=100421
export GCCVERSION=gcc-4.4.4-haiku-${GCCDATE}
(just use the current date instead of '100421' and the current gcc version
instead of '4.4.4')
export GCCDATE=110631
export GCCVERSION=gcc-4.5.3-haiku-${GCCDATE}
(just use the current date instead of '110631' and the current gcc version
instead of '4.5.3')
compile binutils: