diff options
Diffstat (limited to 'mk/___longjmp.x86-64.s.d')
-rw-r--r-- | mk/___longjmp.x86-64.s.d | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mk/___longjmp.x86-64.s.d b/mk/___longjmp.x86-64.s.d new file mode 100644 index 00000000..8ef2d4a7 --- /dev/null +++ b/mk/___longjmp.x86-64.s.d @@ -0,0 +1,8 @@ +libc_C.0: libc.a(___longjmp.x86-64.s.o) +libc.a(___longjmp.x86-64.s.o): $(OBJDIR)/___longjmp.x86-64.s.o + @$(AR) $(ARFLAGS) $@ $(OBJDIR)/$% + +$(OBJDIR)/___longjmp.x86-64.s.o: src/setjmp/___longjmp.x86-64.s +$(OBJDIR)/___longjmp.x86-64.s.o: + @mkdir -p $(@D) + $(CC) -c -o $@ $(CFLAGS) src/setjmp/___longjmp.x86-64.s |