[Bug binutils/21479] strip doesn't handle lto archives

2017-10-20 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21479

Nick Clifton  changed:

   What|Removed |Added

 CC||nickc at redhat dot com

--- Comment #1 from Nick Clifton  ---
Hi Markus,

  This appears to be a bit of a minefield.  But if you need a workaround,
trying adding a ranlib step to the process.  IE:

  % gcc -c -flto a.c
  % ar cr a.a a.o
  % gcc b.c a.a
  % strip --strip-unneeded a.a
  % ranlib a.a
  % gcc b.c a.a

Cheers
  Nick

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug binutils/21479] strip doesn't handle lto archives

2023-08-07 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=21479

Sam James  changed:

   What|Removed |Added

 CC||sam at gentoo dot org

-- 
You are receiving this mail because:
You are on the CC list for the bug.