[SM-Commit] GIT changes to devel-merged-gcc grimoire by Andraž Levstik (6d03ff2d0ea13b1a12b7b912c2ca31a6ea9e6802)

Andraž Levstik scm at sourcemage.org
Wed Sep 22 12:08:34 EDT 2010


GIT changes to devel-merged-gcc grimoire by Andraž Levstik <ruskie+2054d253 at codemages.net>:

 gnu/gcc/HISTORY |    3 +++
 gnu/gcc/INSTALL |    6 ++++--
 2 files changed, 7 insertions(+), 2 deletions(-)

New commits:
commit 6d03ff2d0ea13b1a12b7b912c2ca31a6ea9e6802
Author: Andraž Levstik <ruskie+2054d253 at codemages.net>
Commit: Andraž Levstik <ruskie+2054d253 at codemages.net>

    gcc: hopefully fixes bug 15851

diff --git a/gnu/gcc/HISTORY b/gnu/gcc/HISTORY
index 0e831a3..07a7ff4 100644
--- a/gnu/gcc/HISTORY
+++ b/gnu/gcc/HISTORY
@@ -1,3 +1,6 @@
+2010-09-22 Andraž "ruskie" Levstik <ruskie+f03a580f at codemages.net>
+	* INSTALL: fixup the cpp and cc symlinks
+
 2010-09-08 Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>
 	* PRE_BUILD, CONFIGURE, ada-symbolic-tracebacks.diff,
 	  SUB_DEPENDS, PRE_SUB_DEPENDS, REPAIR^none^PRE_SUB_DEPENDS,
diff --git a/gnu/gcc/INSTALL b/gnu/gcc/INSTALL
index 1911d2b..97825ca 100755
--- a/gnu/gcc/INSTALL
+++ b/gnu/gcc/INSTALL
@@ -9,10 +9,12 @@ make CFLAGS="$CFLAGS" BOOT_CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"  \
      install-no-fixedincludes  &&
 
 # no symlink to cc
-ln -s $INSTALL_ROOT/usr/bin/gcc $INSTALL_ROOT/usr/bin/cc &&
+ln -vsf $INSTALL_ROOT/usr/bin/gcc $INSTALL_ROOT/usr/bin/cc &&
 
 if [[ "$HOST" == x86_64-* ]]; then
   [ -d /lib64 -a ! -f /lib/ld-linux-x86-64.so.2 -a -f /lib64/ld-linux-x86-64.so.2 ] &&
     ln -s $TRACK_ROOT/lib64/ld-linux-x86-64.so.2 /lib/ld-linux-x86-64.so.2
   true  # see bug 8626 for info about this conditional
-fi
+fi &&
+
+ln -vsf ${TRACK_ROOT}/usr/bin/cpp ${INSTALL_ROOT}/lib/cpp



More information about the SM-Commit mailing list