Skip to content

Commit

Permalink
Changed default compiler to gcc (removed /usr/bin, not working on sol…
Browse files Browse the repository at this point in the history
…aris)

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1045 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
levsa committed Nov 27, 2003
1 parent 927c308 commit b7edc1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modeq/runtime/systemimpl.c
Expand Up @@ -112,7 +112,7 @@ void set_cflags(char *str)

void System_5finit(void)
{
set_cc("/usr/bin/gcc");
set_cc("gcc");
set_cflags("-I$MOSHHOME/../c_runtime -L$MOSHHOME/../c_runtime -lc_runtime -lm $MODELICAUSERCFLAGS");
}

Expand Down

0 comments on commit b7edc1b

Please sign in to comment.