⛏️ index : buildtools.git

author Oliver Tappe <zooey@hirschkaefer.de> 2010-07-11 16:13:49.0 +00:00:00
committer Oliver Tappe <zooey@hirschkaefer.de> 2010-07-11 16:13:49.0 +00:00:00
commit
cb4b88a1cd035ba2a399b25afc32c6cd7bc90514 [patch]
tree
1f548255f12a87967821a8a48745fe84acbf05fe
parent
8fa2cab40f6f23ddc15e1e8f6a1989ade60345f9
download
cb4b88a1cd035ba2a399b25afc32c6cd7bc90514.tar.gz

* cleanup of installation hints (had this lying on my disk for a while).

git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@37471 a95241bf-73f2-0310-859d-f6bbb57e9c96

Diff

 INSTALL-gcc2-from-source-Haiku | 11 ++++++++---
 INSTALL-gcc4-from-source-Haiku |  2 +-
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/INSTALL-gcc2-from-source-Haiku b/INSTALL-gcc2-from-source-Haiku
index c55c363..3b13dfa 100644
--- a/INSTALL-gcc2-from-source-Haiku
+++ b/INSTALL-gcc2-from-source-Haiku
@@ -10,7 +10,9 @@

	mkdir binutils-obj
	cd binutils-obj
	CFLAGS="-O2" CXXFLAGS="-O2" ../binutils/configure --prefix=/boot/develop/abi/x86/gcc2/tools/gcc-2.95.3-haiku-${GCCDATE} --disable-nls --enable-shared=yes
	CFLAGS="-O2" CXXFLAGS="-O2" ../binutils/configure \
		--prefix=/boot/develop/abi/x86/gcc2/tools/gcc-2.95.3-haiku-${GCCDATE} \
		--disable-nls --enable-shared=yes
	make
	cd ..

@@ -19,7 +21,9 @@

	mkdir gcc-obj
	cd gcc-obj
	CFLAGS="-O2" CXXFLAGS="-O2" ../gcc/configure --prefix=/boot/develop/abi/x86/gcc2/tools/gcc-2.95.3-haiku-${GCCDATE} --disable-nls --enable-shared=yes --enable-languages=c,c++
	CFLAGS="-O2" CXXFLAGS="-O2" ../gcc/configure \
		--prefix=/boot/develop/abi/x86/gcc2/tools/gcc-2.95.3-haiku-${GCCDATE} \
		--disable-nls --enable-shared=yes --enable-languages=c,c++
	make bootstrap
	# the above will fail when compiling builtinbuf.cc, but we can ignore that
	# since it's trying to build libstdc++.so, which haiku provides anyway
@@ -28,13 +32,12 @@
Ok, now everything is compiled and ready, waiting to be installed:

	mkdir /boot/develop/abi/x86/gcc2/tools/gcc-2.95.3-haiku-${GCCDATE}
	ln -sfn gcc-2.95.3-haiku-${GCCDATE} \
		/boot/develop/abi/x86/gcc2/tools/current
	cd binutils-obj
	make install
	cd ..
	cd gcc-obj
	make install
	cd ..
	ln -sfn gcc-2.95.3-haiku-${GCCDATE} /boot/develop/abi/x86/gcc2/tools/current

Please send questions & bug-reports to: Oliver Tappe <gcc@hirschkaefer.de>
diff --git a/INSTALL-gcc4-from-source-Haiku b/INSTALL-gcc4-from-source-Haiku
index f121e65..fe7c68e 100644
--- a/INSTALL-gcc4-from-source-Haiku
+++ b/INSTALL-gcc4-from-source-Haiku
@@ -31,12 +31,12 @@
Ok, now everything is compiled and ready, waiting to be installed:

	mkdir /boot/develop/abi/x86/gcc4/tools/gcc-4.3.3-haiku-${GCCDATE}
	ln -sfn gcc-4.3.3-haiku-${GCCDATE} /boot/develop/abi/x86/gcc4/tools/current
	cd binutils-obj
	make install
	cd ..
	cd gcc-obj
	make install
	cd ..
	ln -sfn gcc-4.3.3-haiku-${GCCDATE} /boot/develop/abi/x86/gcc4/tools/current
	
Please send questions & bug-reports to: Oliver Tappe <gcc@hirschkaefer.de>