EGLIBC |
|
AboutEGLIBCMission Consortium FAQ DownloadRepositoryPrerequisites DevelopmentContributingMaintainers Mailing Lists IssueTracker MembersAdministrationLegal Information |
Embedded GLIBC (EGLIBC) is a variant of the GNU C Library (GLIBC) that is designed to work well on embedded systems. EGLIBC strives to be source and binary compatible with GLIBC. EGLIBC's goals include reduced footprint, configurable components, better support for cross-compilation and cross-testing. NewsRecent developments include:
Configurable ComponentsA primary feature of EGLIBC is support for configurability. You can build EGLIBC without support for NIS, locales, or other things that you may not need in your embedded system. The options.def file in the source tree has a list of the various components that have already been implemented. The original design explains more about the EGLIBC component system. |