I am trying to replace the standard startup code to save flash space.
I've put the new startup.s in my core directory and added the -nostartfiles parameter to the linker reciepe in my platform.txt.
When I compile with the IDE, it does not include my start code at all.
When I use Atmel Studio or a makefile, the code assembles and is included just fine.
How can I get the Arduino IDE to use my new start up code?