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
Some host utilities, namely *-gdb & *-lto-dump are insanely huge
as they are built. But there's not much sense in them having extra
200+ MiB of debug data for a casual toolchain user, yet much slimmer
toolchain both gets loaded from GitHub much faster and occupies much less
space on the user's machine.
Note, there might be non-Elf files in "bin" folder, for example
"arc64-elf-gdb-add-index" on which "strip" will throw an error:
"File format not recognized". But that doesn't really hurt as real
executables will be stripped anyway and working around that problem
will be too much trouble, so just ignore it with "|| true".
Signed-off-by: Alexey Brodkin <[email protected]>
0 commit comments