diff options
| author | Jakob Kaivo <jkk@ung.org> | 2019-03-06 21:54:50 -0500 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2019-03-06 21:54:50 -0500 |
| commit | ff0c6b0b2dfa2620518cd42e5187430bb50df6f1 (patch) | |
| tree | f3f834a5b7d630491a11ba537d89a8016d91abf1 /.deps/libc.C_0 | |
| parent | 378346c9208718221779607ed74351888d0f695b (diff) | |
add architecture specific stuff into base library
Diffstat (limited to '.deps/libc.C_0')
| -rw-r--r-- | .deps/libc.C_0 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.deps/libc.C_0 b/.deps/libc.C_0 index 55a974e9..92b25824 100644 --- a/.deps/libc.C_0 +++ b/.deps/libc.C_0 @@ -1,5 +1,6 @@ .POSIX: libc_C_0_OBJS= \ + libc.a($(OBJDIR)/$(ARCHITECTURE)-$(WORDSIZE).o) \ libc.a($(OBJDIR)/__libc_start.o) \ libc.a($(OBJDIR)/__libc.o) \ libc.a($(OBJDIR)/_XOPEN_SOURCE.o) \ @@ -11,4 +12,4 @@ libc_C_0_OBJS= \ libc.a($(OBJDIR)/__stderr.o) \ libc.a($(OBJDIR)/__stdout.o) \ libc.a($(OBJDIR)/__stdin.o) \ - libc.a($(OBJDIR)/__assert.o)
\ No newline at end of file + libc.a($(OBJDIR)/__assert.o) |
