Skip to content

Commit

Permalink
- Support setting CC in c_runtime/
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8338 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Mar 24, 2011
1 parent 1ba9b64 commit a003abd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions c_runtime/Makefile.common
@@ -1,5 +1,3 @@
CC = gcc
FC = g77
AR = ar -ru
ANSI= #-ansi
CXXFLAGS := $(CFLAGS) -Wall $(ANSI) $(EXTRA_CFLAGS)
Expand Down
2 changes: 2 additions & 0 deletions c_runtime/Makefile.in
Expand Up @@ -9,6 +9,8 @@ builddir_bin=$(top_builddir)/build/bin
builddir_lib=$(top_builddir)/build/lib/omc
builddir_inc=$(top_builddir)/build/include/omc

CC := @CC@
CXX := @CC@
CFLAGS := @CFLAGS@

LIBF2CMAKEFILE = makefile.u
Expand Down

0 comments on commit a003abd

Please sign in to comment.