[build] Remove unneeded lib options
Remove the `-lc++`, `-lc++abi`, and `-lunwind` options from the user target, where they should be handled automatically. (ie, we're not using `-nostdlib` or its bretheren.)
This commit is contained in:
@@ -31,7 +31,6 @@ ldflags: [
|
||||
"--no-eh-frame-hdr",
|
||||
"-L", "${source_root}/sysroot/lib",
|
||||
"-z", "separate-code",
|
||||
"-lc++", "-lc++abi", "-lunwind",
|
||||
"--no-dependent-libraries",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user