mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-31 02:24:40 +01:00
Simon South
7af7a81a60
gcc2, gcc4: Correct LINK_SPEC
Correct LINK_SPEC so it * Sets appropriate dynamic-link options for any type of dynamically linked executable, not only position-independent ones. * Does not omit these options if "-pie" is specified by the user. * Recognizes the "-static" option. * Includes a hyphen previously missing from "--no-undefined". Signed-off-by: Jérôme Duval <jerome.duval@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%