- Timestamp:
- Mar 23, 2022, 1:21:41 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20220316/Ohana/src/opihi/Makefile.Common
r13615 r42141 42 42 @if [ ! -d $(LIB) ]; then mkdir -p $(LIB); fi 43 43 rm -f $@ 44 gcc -shared -Wl,-soname,$*.so -o $@ $^ -lc 44 # gcc -shared -Wl,-soname,$*.so -o $@ $^ -lc 45 gcc -shared -Wl,-soname,$*.so -o $@ $^ -lc -Wl,--allow-multiple-definition 45 46 46 47 $(DESTLIB)/%.so: $(LIB)/%.$(ARCH).so
Note:
See TracChangeset
for help on using the changeset viewer.
