summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xgnu/g++/FINAL2
-rw-r--r--gnu/g++/HISTORY3
2 files changed, 5 insertions, 0 deletions
diff --git a/gnu/g++/FINAL b/gnu/g++/FINAL
index 39e5638e16..1ee65ecc56 100755
--- a/gnu/g++/FINAL
+++ b/gnu/g++/FINAL
@@ -4,3 +4,5 @@ local SPECSDIR=${INSTALL_ROOT}/usr/lib/gcc/$HOST/$VERSION &&
cat $SPECSDIR/specs-local/* > $SPECSDIR/specs &&
ln -sf g++-${VERSION%.*} ${INSTALL_ROOT}/usr/bin/g++ &&
ln -sf c++-${VERSION%.*} ${INSTALL_ROOT}/usr/bin/c++
+ln -sf ${HOST}-c++-${VERSION%.*} ${INSTALL_ROOT}/usr/bin/${HOST}-c++
+ln -sf ${HOST}-g++-${VERSION%.*} ${INSTALL_ROOT}/usr/bin/${HOST}-g++
diff --git a/gnu/g++/HISTORY b/gnu/g++/HISTORY
index f929cc8bce..6cecf0d768 100644
--- a/gnu/g++/HISTORY
+++ b/gnu/g++/HISTORY
@@ -1,3 +1,6 @@
+2007-10-29 David Brown <dmlb2000@gmail.com>
+ * FINAL: added the <host>-{gc}++ symlinks
+
2007-10-20 David Brown <dmlb2000@gmail.com>
* BUILD: added install to stage area and program prefix
* FINAL: removed stage area