diff options
| author | Wang Qilin <qilin.wang@huawei.com> | 2023-05-08 09:13:42 +0800 |
|---|---|---|
| committer | Wang Qilin <qilin.wang@huawei.com> | 2023-05-08 09:13:42 +0800 |
| commit | bb4976ab2daf56b02e3bc94c932927331bd61cb5 (patch) | |
| tree | 32e566c09db63c8f27d1836fea4b56127526997b | |
| parent | 23e443a5faab17059be8b9035bfa6f608cff1530 (diff) | |
| download | rust-bb4976ab2daf56b02e3bc94c932927331bd61cb5.tar.gz rust-bb4976ab2daf56b02e3bc94c932927331bd61cb5.zip | |
supplement CHANGELOG for add rpath in target section
| -rw-r--r-- | src/bootstrap/CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootstrap/CHANGELOG.md b/src/bootstrap/CHANGELOG.md index 74dd22df9e0..d6924cf2cfb 100644 --- a/src/bootstrap/CHANGELOG.md +++ b/src/bootstrap/CHANGELOG.md @@ -27,6 +27,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). from the default rust toolchain. [#78513](https://github.com/rust-lang/rust/pull/78513) - Add options for enabling overflow checks, one for std (`overflow-checks-std`) and one for everything else (`overflow-checks`). Both default to false. - Add llvm option `enable-warnings` to have control on llvm compilation warnings. Default to false. +- Add `rpath` option in `target` section to support set rpath option for each target independently. [#111242](https://github.com/rust-lang/rust/pull/111242) ## [Version 2] - 2020-09-25 |
