#!/bin/csh
# compile user library libc.a
#-----------------------------------------------------------------------------
make uclibc || exit 1
#-----------------------------------------------------------------------------
# End of UCLIBC
