libc: Generate multiple libraries
authorAlan Cox <alan@linux.intel.com>
Fri, 17 Jun 2016 22:34:40 +0000 (23:34 +0100)
committerAlan Cox <alan@linux.intel.com>
Fri, 17 Jun 2016 22:34:40 +0000 (23:34 +0100)
commit158b4d1b83224b92250881949127816fd1d20bfa
treebe88be7a5c5d41c3d524b4abcd473d866d759cf5
parented07bd48b03c02ede2e8e381231b08dfda451c64
libc: Generate multiple libraries

We now generate

libc
libm FP versions of standard routines that have smaller integer only ones
termcap
curses

as per proper Unix expectations and to avoid namespace problems with non termcap
or curses apps and libcurses
Library/libs/Makefile