# HG changeset patch # User HackBot # Date 1376058212 0 # Node ID 92909601a36db034ad6aa5662f26511c1703f26f # Parent 448057ac9eb67c23a56f4e0849431c2103439571 sed -e \'s/\\$\\@/\\$\\@ -lm/\' -i bin/gccrun diff -r 448057ac9eb6 -r 92909601a36d bin/gccrun --- a/bin/gccrun Fri Aug 09 14:11:16 2013 +0000 +++ b/bin/gccrun Fri Aug 09 14:23:32 2013 +0000 @@ -35,7 +35,7 @@ } EOF shift -if ! gcc -o "$f/command" "$f/command.c" $@; then +if ! gcc -o "$f/command" "$f/command.c" $@ -lm; then exit 1 fi if [ -n "$wrapper" ]; then