about summary refs log tree commit diff
path: root/src/test/run-make/static-pie/Makefile
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-18/+0
2022-08-23Diagnose missing includes in run-make testsTomasz Miąsko-1/+1
2021-11-01Check for -static-pie support before testing supportAndy Caldwell-8/+9
2021-10-28Enable combining +crt-static and relocation-model=pic on ↵Andy Caldwell-2/+4
x86_64-unknown-linux-gnu
2020-06-15Enable static-pie for the x86_64-unknown-linux-musl targetHarald Hoyer-0/+15
Fixes: https://github.com/rust-lang/rust/issues/70693