mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-31 10:34:41 +01:00
* 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
This commit is contained in:
parent
8fa2cab40f
commit
cb4b88a1cd
@ -10,7 +10,9 @@ compile binutils:
|
|||||||
|
|
||||||
mkdir binutils-obj
|
mkdir binutils-obj
|
||||||
cd 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
|
make
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
@ -19,7 +21,9 @@ compile gcc:
|
|||||||
|
|
||||||
mkdir gcc-obj
|
mkdir gcc-obj
|
||||||
cd 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
|
make bootstrap
|
||||||
# the above will fail when compiling builtinbuf.cc, but we can ignore that
|
# 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
|
# since it's trying to build libstdc++.so, which haiku provides anyway
|
||||||
@ -28,13 +32,12 @@ compile gcc:
|
|||||||
Ok, now everything is compiled and ready, waiting to be installed:
|
Ok, now everything is compiled and ready, waiting to be installed:
|
||||||
|
|
||||||
mkdir /boot/develop/abi/x86/gcc2/tools/gcc-2.95.3-haiku-${GCCDATE}
|
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
|
cd binutils-obj
|
||||||
make install
|
make install
|
||||||
cd ..
|
cd ..
|
||||||
cd gcc-obj
|
cd gcc-obj
|
||||||
make install
|
make install
|
||||||
cd ..
|
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>
|
Please send questions & bug-reports to: Oliver Tappe <gcc@hirschkaefer.de>
|
||||||
|
@ -31,12 +31,12 @@ compile gcc:
|
|||||||
Ok, now everything is compiled and ready, waiting to be installed:
|
Ok, now everything is compiled and ready, waiting to be installed:
|
||||||
|
|
||||||
mkdir /boot/develop/abi/x86/gcc4/tools/gcc-4.3.3-haiku-${GCCDATE}
|
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
|
cd binutils-obj
|
||||||
make install
|
make install
|
||||||
cd ..
|
cd ..
|
||||||
cd gcc-obj
|
cd gcc-obj
|
||||||
make install
|
make install
|
||||||
cd ..
|
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>
|
Please send questions & bug-reports to: Oliver Tappe <gcc@hirschkaefer.de>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user