Commit Graph

6 Commits

Author SHA1 Message Date
6682013d12 Implement syslog (#136) 2021-04-01 19:32:39 -07:00
e75ffde09e Get codebase completely working with LLVM
You can now build Cosmopolitan with Clang:

    make -j8 MODE=llvm
    o/llvm/examples/hello.com

The assembler and linker code is now friendly to LLVM too.
So it's not needed to configure Clang to use binutils under
the hood. If you love LLVM then you can now use pure LLVM.
2021-02-09 02:57:32 -08:00
a37960a3af Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
37a4c70c36 Change license 2020-12-27 17:18:44 -08:00
95b142e4e5 Make minor improvements 2020-12-23 23:42:56 -08:00
c91b3c5006 Initial import 2020-06-15 07:18:57 -07:00