diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2025-03-30 01:46:26 +0100 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2025-03-30 01:51:58 +0100 |
commit | ab04f8876eef5e9da79573368d440da067293c2e (patch) | |
tree | 287482f68f0ac49317adbb0f4b7c27c7f9e81cd4 /src/development/README.md | |
parent | 916b73bee95494c205ba67e4a50e6a525afc3a3c (diff) | |
download | notes-ab04f8876eef5e9da79573368d440da067293c2e.tar.gz notes-ab04f8876eef5e9da79573368d440da067293c2e.zip |
ld: linker script example
Diffstat (limited to 'src/development/README.md')
-rw-r--r-- | src/development/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/development/README.md b/src/development/README.md index 437528d..eb3dbf5 100644 --- a/src/development/README.md +++ b/src/development/README.md @@ -5,6 +5,7 @@ - [glibc](./glibc.md) - [gcc](./gcc.md) - [gas](./gas.md) +- [ld](./ld.md) - [git](./git.md) - [cmake](./cmake.md) - [make](./make.md) |