sys/boot/userboot/libstand/libstand.a should also include strtoul.c;

as lib/libstand/ and sys/boot/libstand32/ already does.
This commit is contained in:
David E. O'Brien 2015-02-27 22:23:35 +00:00
parent 48f73a80ba
commit eda6932911

View File

@ -43,7 +43,7 @@ CFLAGS+= -msoft-float -D_STANDALONE
# standalone components and stuff we have modified locally
SRCS+= gzguts.h zutil.h __main.c assert.c bcd.c bswap.c environment.c getopt.c gets.c \
globals.c pager.c printf.c strdup.c strerror.c strtol.c random.c \
globals.c pager.c printf.c strdup.c strerror.c strtol.c strtoul.c random.c \
sbrk.c twiddle.c zalloc.c zalloc_malloc.c
# private (pruned) versions of libc string functions