patches/binutils/2.20/110-RPATH_ENVVAR-smack.patch
author Arnaud Lacombe <lacombar@gmail.com>
Tue Aug 03 06:17:51 2010 +0200 (2010-08-03)
changeset 2064 f5ebe8c429dc
parent 1614 3f76cdbceb6e
permissions -rw-r--r--
libc/uClibc: add uClibc 0.9.30.3

This version has been released a couple of month ago, but it never reached
crosstool-ng tree. This may be linked to the fact that the current 0.9.30.2,
once patched, has nothing much different from 0.9.30.3, released.

I'm not including any patch with this upgrade, on purpose.

Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
yann@1614
     1
http://sourceware.org/ml/binutils/2007-07/msg00401.html
yann@1614
     2
http://sourceware.org/bugzilla/show_bug.cgi?id=4970
yann@1614
     3
fr@1621
     4
--- binutils/configure
fr@1621
     5
+++ binutils/configure
yann@1614
     6
@@ -5601,6 +5601,7 @@ case "${host}" in
yann@1614
     7
   *-*-mingw* | *-*-cygwin ) RPATH_ENVVAR=PATH ;;
yann@1614
     8
   *) RPATH_ENVVAR=LD_LIBRARY_PATH ;;
yann@1614
     9
 esac
yann@1614
    10
+RPATH_ENVVAR="cant_touch_this_nah_nah_nah"
yann@1614
    11
 
yann@1614
    12
 # On systems where the dynamic library environment variable is PATH,
yann@1614
    13
 if test "$RPATH_ENVVAR" = PATH; then