⛏️ index : buildtools.git

author Scott McCreary <scottmc2@gmail.com> 2011-08-01 1:39:39.0 +00:00:00
committer Scott McCreary <scottmc2@gmail.com> 2011-08-01 1:39:39.0 +00:00:00
commit
94b8b639d8e29ae018c6bf88a0e76e486d602dfa [patch]
tree
d75df14cad67cb78d3e56ae276f18e8f678bdd1b
parent
44943b14a02ce5795f9be3df139560dfd1f35257
download
94b8b639d8e29ae018c6bf88a0e76e486d602dfa.tar.gz

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(-)

diff --git a/INSTALL-gcc4-from-source-Haiku b/INSTALL-gcc4-from-source-Haiku
index 2eb5adc..c6b805d 100644
--- a/INSTALL-gcc4-from-source-Haiku
+++ b/INSTALL-gcc4-from-source-Haiku
@@ -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: