unikraft / lib-musl

musl: A C standard library
Other
9 stars 29 forks source link

Fix GCC-specific warning flags being sent to clang #56

Closed andreittr closed 1 year ago

andreittr commented 1 year ago

This change ensures that a few GCC-specific warning flags are supplied only when building with GCC, since clang does not support them.

andreittr commented 1 year ago

Whoops; duplicate of https://github.com/unikraft/lib-musl/pull/51. Closing.