mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-14 17:57:39 +01:00
7 lines
79 B
Raku
7 lines
79 B
Raku
SECTIONS
|
|
{
|
|
.foo : { *(.foo) }
|
|
.bar : { *(.bar) }
|
|
/DISCARD/ : { *(.*) }
|
|
}
|