| 1 | http://sourceware.org/ml/binutils/2007-07/msg00401.html |
1 | http://sourceware.org/ml/binutils/2007-07/msg00401.html |
| 2 | http://sourceware.org/bugzilla/show_bug.cgi?id=4970 |
2 | http://sourceware.org/bugzilla/show_bug.cgi?id=4970 |
| 3 | |
3 | |
| 4 | --- configure |
4 | --- configure |
| 5 | +++ configure |
5 | +++ configure |
| 6 | @@ -5355,6 +5355,7 @@ |
6 | @@ -5601,6 +5601,7 @@ case "${host}" in |
| 7 | *-*-darwin* | *-*-rhapsody* ) RPATH_ENVVAR=DYLD_LIBRARY_PATH ;; |
7 | *-*-mingw* | *-*-cygwin ) RPATH_ENVVAR=PATH ;; |
| 8 | *) RPATH_ENVVAR=LD_LIBRARY_PATH ;; |
8 | *) RPATH_ENVVAR=LD_LIBRARY_PATH ;; |
| 9 | esac |
9 | esac |
| 10 | +RPATH_ENVVAR="cant_touch_this_nah_nah_nah" |
10 | +RPATH_ENVVAR="cant_touch_this_nah_nah_nah" |
| 11 | |
11 | |
| 12 | # Record target_configdirs and the configure arguments for target and |
12 | # On systems where the dynamic library environment variable is PATH, |
| 13 | # build configuration in Makefile. |
13 | if test "$RPATH_ENVVAR" = PATH; then |