]> git.lizzy.rs Git - rust.git/commit
Remove STARTUP_OBJS from Makefile deps for non win-gnu targets.
authorFelix S. Klock II <pnkfelix@pnkfx.org>
Tue, 8 Dec 2015 13:56:22 +0000 (14:56 +0100)
committerFelix S. Klock II <pnkfelix@pnkfx.org>
Tue, 8 Dec 2015 13:56:22 +0000 (14:56 +0100)
commit31d383fcd2651d730187c0dc10bcc950473e48b5
tree877427c967272e76ae0a8aa655d3bdb9c578ecfa
parent4dbdfb493357427a0f94ce09badef581f5d62bbd
Remove STARTUP_OBJS from Makefile deps for non win-gnu targets.

The `rsbegin.o` and `rsend.o` build products should not be generated
on non WinGnu platforms.

This is another path to resolving #30063 for non win-gnu targets.
(And it won't require a snapshot, unlike PR #30208.)
mk/cfg/i686-pc-windows-gnu.mk
mk/cfg/x86_64-pc-windows-gnu.mk
mk/target.mk