Changeset 42389 for trunk/Ohana/Makefile.Common
- Timestamp:
- Feb 8, 2023, 12:17:35 PM (3 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Makefile.Common (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
trunk/Ohana/Makefile.Common
r41492 r42389 84 84 @echo "" 85 85 86 # USE THIS? -Wl,--allow-multiple-definition 87 86 88 $(LIB)/%.$(ARCH).so: 87 89 @if [ ! -d $(LIB) ]; then mkdir -p $(LIB); fi 88 90 rm -f $@ 89 gcc -shared -Wl,-soname,$*.so -o $@ $^ -lc 91 # gcc -shared -Wl,-soname,$*.so -o $@ $^ -lc 92 gcc -shared -Wl,-soname,$*.so -o $@ $^ -lc -Wl,--allow-multiple-definition 90 93 @echo "compiled shared library $*" 91 94 @echo ""
Note:
See TracChangeset
for help on using the changeset viewer.
