Skip to content

Commit d0552ca

Browse files
committed
- Back to using .a-file instead of .so since we cannot load the file if it uses so
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14111 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent 26c1d72 commit d0552ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile.common

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,16 +70,16 @@ libgc-dev: /usr/include/gc/leak_detector.h
7070
libgc-dev: /usr/include/gc/new_gc_alloc.h
7171
libgc-dev: /usr/include/gc/weakpointer.h
7272

73-
boehm-gc: mkbuilddirs build/lib/omc/libgc.so build/include/omc/gc.h build/include/omc/gc_config_macros.h build/include/omc/gc_version.h
73+
boehm-gc: mkbuilddirs build/lib/omc/libgc.a build/include/omc/gc.h build/include/omc/gc_config_macros.h build/include/omc/gc_version.h
7474
build/include/omc/gc.h: 3rdParty/gc-7.2/include/gc.h mkbuilddirs
7575
cp $< $@
7676
build/include/omc/gc_config_macros.h: 3rdParty/gc-7.2/include/gc_config_macros.h mkbuilddirs
7777
cp $< $@
7878
build/include/omc/gc_version.h: 3rdParty/gc-7.2/include/gc_version.h mkbuilddirs
7979
cp $< $@
80-
build/lib/omc/libgc.so: 3rdParty/gc-7.2/.libs/libgc.so mkbuilddirs
80+
build/lib/omc/libgc.a: 3rdParty/gc-7.2/.libs/libgc.a mkbuilddirs
8181
cp $< $@
82-
3rdParty/gc-7.2/.libs/libgc.so: 3rdParty/gc-7.2/Makefile
82+
3rdParty/gc-7.2/.libs/libgc.a: 3rdParty/gc-7.2/Makefile
8383
$(MAKE) -C 3rdParty/gc-7.2/
8484
3rdParty/gc-7.2/Makefile: 3rdParty/gc-7.2/Makefile.in 3rdParty/gc-7.2/configure
8585
(cd 3rdParty/gc-7.2 && ./configure --enable-large-config CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)")

0 commit comments

Comments
 (0)