summaryrefslogtreecommitdiffstats
path: root/tests/no-rpath.sh
Commit message (Collapse)AuthorAgeFilesLines
* fix build *and check* out of treeVincent Danjean2012-06-211-1/+1
| | | | | | | - use Makefile variables $< (and $@) so that sources are found correctly - use ${srcdir} in test scripts to find the sources This allows "make distcheck" to successfully pass
* * Test whether the patched no-rpath executable works on i686-linux.Eelco Dolstra2010-08-261-5/+3
|
* * Instantiate the right template depending on whether the file is 32Eelco Dolstra2007-01-311-1/+4
| | | | | | or 64 bits. (This is done at runtime, so patchelf can patch 32 *and* 64-bit executables on both 32 and 64-bit platforms).
* * `--interpreter' -> `--set-interpreter'.Eelco Dolstra2005-10-111-1/+1
|
* * Handle the case where no RPATH is present, so the .dynamic table hasEelco Dolstra2005-10-011-0/+21
to be increased.