Skip to content

Commit

Permalink
modifications for compilation on arm
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23479 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Henning Kiel committed Nov 20, 2014
1 parent a128a85 commit eae25c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Parser/Makefile.common
Expand Up @@ -2,7 +2,7 @@ ANTLR=../3rdParty/antlr/3.2/libantlr3c-3.2
#ANTLR=../3rdParty/antlr/3.4/libantlr3c-3.4
ANTLRJAR = $(ANTLR)/../tool/antlr-3.2.jar
#ANTLRJAR = $(ANTLR)/../tool/antlr-3.4-complete.jar
ANTLRCMD=java -cp $(ANTLRJAR) org.antlr.Tool -report
ANTLRCMD=java -cp $(ANTLRJAR) org.antlr.Tool -Xconversiontimeout 10000 -report

COMPILERHOME=../Compiler/
BUILDINC = -I../Compiler/runtime -I../SimulationRuntime/c/meta -I../SimulationRuntime/c/ -I../SimulationRuntime/c/meta/gc -I../SimulationRuntime/c/util -I../SimulationRuntime/c/simulation/libf2c
Expand Down
2 changes: 1 addition & 1 deletion Parser/Makefile.in
@@ -1,6 +1,6 @@
CC=@CC@
CXX=@CXX@
CFLAGS=@CFLAGS@ -Wall @EXTRA_CFLAGS_GENERATED_CODE@
CFLAGS=@CFLAGS@ -Wall -DANTLR3_NODEBUGGER @EXTRA_CFLAGS_GENERATED_CODE@
CPPFLAGS=@CPPFLAGS@ -I$(COMPILERHOME) $(RMLINC) -I. -I$(ANTLR) -I$(ANTLR)/include -I../3rdParty/gc/include $(BUILDINC)
RMLHOME=@rmlhome@
OMC=../build/bin/omc
Expand Down

0 comments on commit eae25c1

Please sign in to comment.