Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • It's possible that GNU ld is specified in terms of emulating the native linker on non-GNU *NIX platforms. Commented Jun 28, 2018 at 15:32
  • 1
    @Useless In the pre-GNU ld days, you used whatever linker your platform provided. Those were rarely, if ever, capable of linking to anything other than native and wouldn't have had a switch like that. GCC was what brought cross compilation as standard equipment into the mainstream. Commented Jun 28, 2018 at 17:49