- Timestamp:
- Mar 23, 2022, 1:21:41 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20220316/Ohana/Makefile.Common
r41492 r42141 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.
