Changeset 42389 for trunk/Ohana/src/opihi/Makefile.Common
- Timestamp:
- Feb 8, 2023, 12:17:35 PM (3 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/opihi/Makefile.Common (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
trunk/Ohana/src/opihi/Makefile.Common
r13615 r42389 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.
