Changeset f197333 in OpenModelica


Ignore:
Timestamp:
2020-10-21T14:04:16+02:00 (3 years ago)
Author:
Mahder Gebremedhin <mahder.gebremedhin@…>
Children:
e111493
Parents:
b9047a1c
git-author:
Mahder Gebremedhin <mahder.gebremedhin@…> (09/03/20 14:27:13)
git-committer:
Mahder Gebremedhin <mahder.gebremedhin@…> (10/21/20 14:04:16)
Message:

[cmake] Define OMC_BOOTSTRAPPING for bootstrapping.

  • OMC_BOOTSTRAPPING is defined when compiling the runtime libs for bootstrapping. This define is used to pick the correct OpenModelicaBootstrappingHeader.h.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • OMCompiler/Compiler/runtime/Makefile.common

    r818a8f24 rf197333  
    5151OBJEXT=.boot.o
    5252BOOTH=../boot/tarball-include/OpenModelicaBootstrappingHeader.h
    53 CPPFLAGS += -I../boot/tarball-include
     53CPPFLAGS += -DOMC_BOOTSTRAPPING -I../boot/tarball-include
    5454install_bootstrapping: libomcruntime-boot$(SHREXT) libomcgraphstream.a libomcbackendruntime.a
    5555else
Note: See TracChangeset for help on using the changeset viewer.