This driver flag is useful when users want to link against the compiler's builtins, but nothing else, and so use flags like -nostdlib.
Darwin can't use -nolibc & nostdlib++ like other platforms on because we disables all runtime lib linking with -static, which we still want to have an option to link with the builtins.
Hmm, maybe move "Apple specific" to a parenthesis at the end?
Also, I'm guessing this belonged here when it was "-flink-rtlib", it doesn't anymore.