projects
/
sx
/
simavr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
regExp
home
|
summary
|
tags
|
heads
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
raw
|
patch
| inline |
side by side
(parent:
0e03bc6
)
Commit
c9f28dbb45c8d1a3c72865272f4726a6c7bc442d
author
ga
<ga@oldell.fish>
Mon, 25 Jan 2021 19:08:32 +0000
(19:08 +0000)
committer
ga
<ga@oldell.fish>
Mon, 25 Jan 2021 19:32:34 +0000
(19:32 +0000)
it to be easily loaded by dlopen().
Makefile.common
patch
|
blob
|
history
|
download
diff --git
a/Makefile.common
b/Makefile.common
index bf1724aeec6b55d0f52aa554c832e6169777a031..c7d4fc0503337b26d04b30ef7db487495dbe3800 100644
(file)
--- a/
Makefile.common
+++ b/
Makefile.common
@@
-215,7
+215,7
@@
endif
-Wl,--whole-archive,-soname,${basename ${notdir $@}}.1 \
${filter %.o %.a,$^} \
-Wl,--no-whole-archive \
- ${filter-out -l
%
, $(LDFLAGS)} ${EXTRA_LDFLAGS}
+ ${filter-out -l
simavr
, $(LDFLAGS)} ${EXTRA_LDFLAGS}
${OBJ}/%.so: ${OBJ}/%.so.1
ln -sf ${notdir $<} $@