mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-02 01:08:32 +00:00
Get strace.com working beautifully
This commit is contained in:
parent
82f2e758c7
commit
f59b5dbd7c
7 changed files with 544 additions and 474 deletions
2
third_party/infozip/zip/unix/unix.c
vendored
2
third_party/infozip/zip/unix/unix.c
vendored
|
@ -56,8 +56,6 @@ typedef FILE DIR;
|
|||
** Cleaned up and modified by James W. Birdsall.
|
||||
*/
|
||||
|
||||
#define opendir(path) fopen(path, "r")
|
||||
|
||||
struct dirent *readdir(dirp)
|
||||
DIR *dirp;
|
||||
{
|
||||
|
|
10
third_party/make/make.mk
vendored
10
third_party/make/make.mk
vendored
|
@ -114,6 +114,16 @@ o/$(MODE)/third_party/make/make.com.dbg: \
|
|||
$(APE_NO_MODIFY_SELF)
|
||||
@$(APELINK)
|
||||
|
||||
o/$(MODE)/third_party/make/strcache.o \
|
||||
o/$(MODE)/third_party/make/expand.o \
|
||||
o/$(MODE)/third_party/make/read.o: \
|
||||
OVERRIDE_CFLAGS += \
|
||||
-O2
|
||||
|
||||
o/$(MODE)/third_party/make/hash.o: \
|
||||
OVERRIDE_CFLAGS += \
|
||||
-O3
|
||||
|
||||
o/$(MODE)/third_party/make/make.com: \
|
||||
o/$(MODE)/third_party/make/make.com.dbg \
|
||||
o/$(MODE)/third_party/infozip/zip.com \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue