patches/binutils/2.20/110-RPATH_ENVVAR-smack.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Jan 03 23:40:22 2011 +0100 (2011-01-03)
changeset 2267 7af68e6083aa
parent 1614 3f76cdbceb6e
permissions -rw-r--r--
libc-glibc: remove 2.3.6

This is an obsolete version which is no longer used by any sample (the only
user, the ia64 sample, has been removed).

It also makes the code path a bit complex, with twists just to accomodate
that version. Removing the version will make those twists go away, and
will ease commonalisation of glibc and eglibc in the future (hopefully!).

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
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