Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Commit

Permalink
Remove the custom linker script
Browse files Browse the repository at this point in the history
We can now build the static-pie binary on Rust 1.46 (currently beta).
  • Loading branch information
npmccallum committed Aug 27, 2020
1 parent e6ee89e commit f838014
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
4 changes: 0 additions & 4 deletions .cargo/config
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
[build]
target = "x86_64-unknown-linux-musl"
rustflags = [
"-C", "relocation-model=pic",
"-C", "linker=../cc",
]
18 changes: 0 additions & 18 deletions link.json

This file was deleted.

0 comments on commit f838014

Please sign in to comment.