https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90701
--- Comment #4 from Andrew Pinski ---
-nostdlib controls which libraries to link against, you can still link against
a set of C library.
While -ffreestanding controls if you are compiling freestanding C (which is
part of the C standard).
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90701
Andrew Pinski changed:
What|Removed |Added
Resolution|FIXED |INVALID
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90701
jynelson at email dot sc.edu changed:
What|Removed |Added
Resolution|INVALID |FIXED
--- Comment #3 from
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90701
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90701
--- Comment #1 from jynelson at email dot sc.edu ---
See also the corrosponding Clang bug:
https://bugs.llvm.org/show_bug.cgi?id=42099