The linker was unable to find __addtf3, __multf3 and __subtf3.
Added target-feature=+crt-static and link-arg=-lgcc as a temporary
workaround. This seems to be the accepted fix in the Rust community.
Signed-off-by: Andreea Florescu <fandree@amazon.com>