aboutsummaryrefslogtreecommitdiffstats
path: root/test_deliverable/c_compiler_ref.sh
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-03-26 17:23:00 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-03-26 17:23:00 +0100
commite9657092063e786a52fefcfa4c528bac07472908 (patch)
tree01ac8abdc1ad5af82b0e48f163cd1e2b7cadced0 /test_deliverable/c_compiler_ref.sh
parentdec9dc403e540ef4424debfdd866c73ca93adc83 (diff)
downloadCompiler-e9657092063e786a52fefcfa4c528bac07472908.tar.gz
Compiler-e9657092063e786a52fefcfa4c528bac07472908.zip
working printf and added ellipsis
Diffstat (limited to 'test_deliverable/c_compiler_ref.sh')
-rwxr-xr-xtest_deliverable/c_compiler_ref.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_deliverable/c_compiler_ref.sh b/test_deliverable/c_compiler_ref.sh
index a55b56d..7fe89e8 100755
--- a/test_deliverable/c_compiler_ref.sh
+++ b/test_deliverable/c_compiler_ref.sh
@@ -1,4 +1,4 @@
#!/bin/bash
-mips-linux-gnu-gcc -c -S -x c - -o -
+mips-linux-gnu-gcc -std=c89 -c -S -x c - -o -
exit $?