Currently, for example, the libc crate passes a special flag to the linker, specifically the -mios-simulator-version-min flag. Note that our build system does the same thing.
cc @vhbit, would it be reasonable for rustc to just pass this flag by default? I'm not sure what the version represents, but it'd be awesome to get this "just working" out of the box!
Currently, for example, the
libccrate passes a special flag to the linker, specifically the-mios-simulator-version-minflag. Note that our build system does the same thing.cc @vhbit, would it be reasonable for rustc to just pass this flag by default? I'm not sure what the version represents, but it'd be awesome to get this "just working" out of the box!