You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/maintainer/_common/_arm-toolchain-update-version-specific.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,13 +34,13 @@ Similarly for GDB:
34
34
- push the tag to origin
35
35
- check the tag at https://github.com/xpack-dev-tools/binutils-gdb/tags/
36
36
37
-
### Update local gcc fork (if the commit ID present in manifest.txt)
37
+
### Update the local gcc fork (if the commit ID present in manifest.txt)
38
38
39
39
With a Git client:
40
40
41
41
- checkout the branch mentioned in the release notes
42
42
(like <code>ARM/arm-{versionMajor()}</code>)
43
-
- identify the commit ID (search upwards)
43
+
- identify the commit ID (filter by branch and search downwards)
44
44
- create a branch like <code>arm-{customField('gdbVersionMajor')}-arm-none-eabi-{versionMajor()}.{versionMinor()}.rel{customField('armSubRelease')}</code>
0 commit comments