Opened 5 days ago
#899 new enhancement
More shared libraries
| Reported by: | Jiri Svoboda | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | helenos/unspecified | Version: | mainline |
| Keywords: | Cc: | ||
| Blocker for: | Depends on: | ||
| See also: |
Description
Currently only libc+libmath (the libraries linked by default) are shared. We should provide more shared libraries to reduce system image size.
Either have all libraries shared (will it work?), or provide a mechanism for libraries to opt in. It is then necessary for the build system to be able to link against shared and non-shared libraries on a case-by-case basis (the user build file should not need to know whether the library is shared).
Note:
See TracTickets
for help on using tickets.
