mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-21 13:17:58 +01:00
* Results in an internal compiler error: in do_spec_1, at gcc.c:5971 * %{!o*:-o %b} is "no output flag to linker, add one with input name" * ld blah.o becomes ld blah.o -o blah * We really shouldn't be playing with this in linker specs... It also breaks on gcc 11. Change-Id: I63d0afecd16f25423874419c0ac9496404b2069e Reviewed-on: https://review.haiku-os.org/c/buildtools/+/4834 Reviewed-by: Fredrik Holmqvist <fredrik.holmqvist@gmail.com>
…
Description
No description provided
Languages
C
38.1%
C++
21.3%
Makefile
9.1%
Ada
7.7%
D
4.3%
Other
18.8%