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
As already described in previous commits, for this release GDB has to be
built as a C application. However there are two ways how these build scripts
build native toolchain:
1) As an additional step when building cross-toolchain
2) As a normal GDB when building native toolchain
Previous commit fixed case 1), but not the case 2). This is corrected in
this commit.
Signed-off-by: Anton Kolesov <[email protected]>
0 commit comments