summaryrefslogtreecommitdiffstats
path: root/tests/no-rpath-prebuild.sh
Commit message (Collapse)AuthorAgeFilesLines
* no-rpath-prebuild: force pagesize to 4096 on prebuilt binariesFelipe Sateler2016-02-291-4/+5
| | | | | They all have that page size, and the host-detected one might be different.
* no-rpath-prebuild.sh: Don't run resulting binaryEelco Dolstra2014-07-181-6/+3
| | | | | | | | | This leads to numerous build failures: http://hydra.nixos.org/eval/1136585 because ELF interpreter names are not unique (e.g. ld-linux.so.2 is used on systems other than i686-linux).
* rewrite no-rpath testVincent Danjean2012-07-111-0/+41
* compile locally this test in the no-rpath test * add tests for prebuilt no-rpath binaries on various ELF platforms => ia64 does not work, probably a bug in patchelf. Marking it as XFAIL for now