Merge pull request #16 from ProjectRevoTPP/libc_fix

Libc fix
This commit is contained in:
yenatch 2017-12-27 20:05:49 -05:00 committed by GitHub
commit 80d029caec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ stdlib/cfreer.o stdlib/malignr.o stdlib/vallocr.o stdlib/pvallocr.o \
stdlib/mallinfor.o stdlib/mallstatsr.o stdlib/msizer.o stdlib/malloptr.o \
stdio/vfiprintf.o
S_SRCS := arm/setjmp.S arm/trap.S
S_OBJS := $(S_SRCS:%.S=%.o)
S_SRCS := arm/setjmp.s arm/trap.s
S_OBJS := $(S_SRCS:%.s=%.o)
OBJS := $(C_OBJS) $(S_OBJS)