vlang / tccbin

45 stars 18 forks source link

New thirdparty-linux-amd64 tcc, cut at 696b765 #8

Closed spytheman closed 4 years ago

spytheman commented 4 years ago

This PR creates the following tree:

0[13:36:44]delian@nemesis: /v/vvvv $ tree thirdparty/tcc/
thirdparty/tcc/
├── include
│   └── libtcc.h
├── lib
│   ├── libtcc.a
│   └── tcc
│       ├── bcheck.o
│       ├── bt-exe.o
│       ├── bt-log.o
│       ├── include
│       │   ├── float.h
│       │   ├── stdalign.h
│       │   ├── stdarg.h
│       │   ├── stdbool.h
│       │   ├── stddef.h
│       │   ├── stdnoreturn.h
│       │   ├── tcclib.h
│       │   └── varargs.h
│       └── libtcc1.a
├── share
│   ├── doc
│   │   └── tcc-doc.html
│   ├── info
│   │   └── tcc-doc.info
│   └── man
│       └── man1
│           └── tcc.1
└── tcc.exe

9 directories, 18 files
0[13:36:47]delian@nemesis: /v/vvvv $