diff --git a/sys-devel/gcc/gcc-2.95.3_110711.recipe b/sys-devel/gcc/gcc-2.95.3_110711.recipe index 02d735256..40b95ffba 100644 --- a/sys-devel/gcc/gcc-2.95.3_110711.recipe +++ b/sys-devel/gcc/gcc-2.95.3_110711.recipe @@ -103,7 +103,7 @@ INSTALL() make install base=$gccInstallDir - + ### HTML documentation #################################### html_base=$base/html-docs @@ -160,7 +160,7 @@ INSTALL() rm -f $base/lib/gcc-lib/i586-pc-haiku/2.95.3-haiku-$gccDate/include/math.h - ### C++ includes ###################################### + ### C++ includes ########################################## echo "Install C++ includes & library" @@ -169,6 +169,12 @@ INSTALL() ln -snf /boot/system/lib/libstdc++.r4.so $base/lib/ ln -snf /boot/system/lib/libstdc++.so $base/lib/ + + ### Symlink all binaries to $prefix/bin ################### + + mkdir -p $prefix/bin + cd $prefix/bin + ln -sfn $base/bin/* . } LICENSE="GNU GPL v2