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
{{ message }}
This repository was archived by the owner on Oct 5, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Official [GNU Arm Embedded Toolchain](https://developer.arm.com/tools-and-softwa
12
12
## Changes
13
13
14
14
Compared to the original ARM release, there are no changes. The **same architecture options** are supported and **the same
15
-
combinations of libraries** (derived from newlib) are provided.
15
+
combinations of libraries** (derived from newlib) are provided. Some patch could be applied to fix know bugs.
16
16
17
17
18
18
## Releases
@@ -21,6 +21,13 @@ A release is done when an update of the **GNU Arm Embedded Toolchain** is requir
21
21
It generally use the latest official [GNU Arm Embedded Toolchain](https://developer.arm.com/tools-and-software/open-source-software/gnu-toolchain/gnu-rm)
22
22
releases, maintained by ARM.
23
23
24
+
### 8-2018-q4-major
25
+
This release is equivalent to **8-2018-q4-major** from December 20, 2018,
26
+
and is based on the `gcc-arm-none-eabi-8-2018-q4-major-src.tar.bz2` source invariant except following patches were applied in:
27
+
* gcc to fix the Windows LTO with -g [88422](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88422)
28
+
* binutils to fix the 32-bit objcopy [24065](https://sourceware.org/bugzilla/show_bug.cgi?id=24065)
29
+
* gcc to fix Windows paths with spaces and LTO [89249](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89249)
30
+
24
31
### 7-2018-q2-update
25
32
26
33
This release is equivalent to **7-2018-q2-update** from June 27, 2018,
0 commit comments