[Bug modula2/108462] duplicate install of static libraries

2023-01-31 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108462 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug modula2/108462] duplicate install of static libraries

2023-01-31 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108462 --- Comment #6 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:7f583a335769591d016caa51490e3e5dd50354fe commit r13-5576-g7f583a335769591d016caa51490e3e5dd50354fe Author: Richard Biener Date:

[Bug modula2/108462] duplicate install of static libraries

2023-01-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108462 --- Comment #5 from Richard Biener --- OK, so after fixing that I see /tmp/install/lib/gcc/x86_64-pc-linux-gnu/13.0.1/collect2 -plugin /tmp/install/lib/gcc/x86_64-pc-linux-gnu/13.0.1/liblto_plugin.so -plugin-opt=/tmp/install/lib/gcc/x86_64-pc-

[Bug modula2/108462] duplicate install of static libraries

2023-01-23 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108462 --- Comment #4 from Richard Biener --- OK, so besides the relocation issue it seems that search paths (or install paths) are wrong (because of my changes?). Configuring with --prefix=/tmp/install and doing > /tmp/install/bin/gm2 -fiso coroutin

[Bug modula2/108462] duplicate install of static libraries

2023-01-20 Thread gaius at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108462 --- Comment #3 from Gaius Mulley --- ah, oops, of course the testsuite checks in tree :-) So after an install: $ cd gcc/testsuite/gm2/isocoroutines/run/pass $ gm2 -fiso coroutine.mod && ./a.out would be a simple test.

[Bug modula2/108462] duplicate install of static libraries

2023-01-19 Thread gaius at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108462 --- Comment #2 from Gaius Mulley --- There should be archives in the different architecture directories as per normal. Accompanying these should be the library module source SYSTEM.def (which could vary depending upon architectural characterist

[Bug modula2/108462] duplicate install of static libraries

2023-01-19 Thread gaius at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108462 Gaius Mulley changed: What|Removed |Added CC||gaius at gcc dot gnu.org --- Comment #1