https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61577
--- Comment #208 from dave.anglin at bell dot net --- On 2020-04-23 11:48 a.m., peter.bisroev at groundlabs dot com wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61577 > > Peter Bisroev <peter.bisroev at groundlabs dot com> changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > CC| |peter.bisroev at groundlabs > dot co > | |m > > --- Comment #207 from Peter Bisroev <peter.bisroev at groundlabs dot com> --- > (In reply to dave.anglin from comment #206) >> Does adding the linker option "-Wl,-O" help to reduce the size of cc1 and >> cc1plus? > Hi Dave, sorry for the delayed response. That is a good catch, I missed that > option before. I will be able to test this out this weekend. Will let you know > asap. I saw it perusing the comments for weak support on PA-RISC. I believe that I found that shared libraries are automatically garbage collected but applications are not. Dave