mirror of
https://review.haiku-os.org/buildtools
synced 2024-11-23 07:18:49 +01:00
GCC: set the '-rdynamic' command line option to ignore
In 9866b1a
the '-rdynamic' option was added to GCC 11 for Haiku, with the
intention of it being a no-op. Potentially the behavior has changed between GCC
11 and 13, and the previous approach did not work, given that it gave an error
that the argument was not supported.
This change tries to re-enable -rdynamic with the explicit intention of
ignoring it.
Change-Id: Ice19b30cafe0f1e1289a04818c9d01bf0ea7de09
Reviewed-on: https://review.haiku-os.org/c/buildtools/+/6814
Reviewed-by: waddlesplash <waddlesplash@gmail.com>
Reviewed-by: Trung Nguyen <trungnt282910@gmail.com>
This commit is contained in:
parent
0bb5624b57
commit
f7a513f636
@ -27,6 +27,6 @@ pthread
|
|||||||
Driver
|
Driver
|
||||||
|
|
||||||
rdynamic
|
rdynamic
|
||||||
Driver
|
Ignore
|
||||||
|
|
||||||
; This comment is to ensure we retain the blank line above.
|
; This comment is to ensure we retain the blank line above.
|
||||||
|
Loading…
Reference in New Issue
Block a user