Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion configvars
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ endif
# This variable is used for various others. Change its value if
# need be. When cross-compiling you will usually want to set this
# to "/usr/m68k-atari-mint".
prefix=/usr
prefix:="$(shell $(toolprefix)gcc -print-sysroot)/opt/mintlib-dlmalloc"

# This is where include files get installed.
includedir=${prefix}/include
Expand Down
2 changes: 1 addition & 1 deletion mintlib/EXTRAFILES
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
SRCFILES += BINFILES EXTRAFILES MISCFILES Makefile SRCFILES SYSCALLS \
_itoa.h math_private.h math_ldbl.h atomicity.h atomicity-68020.h errbase.h \
gensys stksiz.h sysdep.h lib.h libc-symbols.h \
machine-gmon.h memcopy.h profil-counter.h malloc_int.h \
machine-gmon.h memcopy.h profil-counter.h \
alpha.h punct.h \
syscalls.h syscalls.list test-assert-perr.c test-assert.c test-atexit.c \
test-atexit.expect test-ctype.c test-ctype1.c test-ctype1.expect \
Expand Down
4 changes: 0 additions & 4 deletions mintlib/SRCFILES
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ SRCFILES = \
assert-perr.c \
assert.c \
buffindf.c \
calloc.c \
checkcpu.S \
console.c \
crtinit.c \
Expand Down Expand Up @@ -67,13 +66,11 @@ SRCFILES = \
malloc.c \
mcount.c \
modf.S \
posix_memalign.c \
profil-freq.c \
profil-posix.c \
pselect.c \
putenv.c \
quickstat.c \
realloc.c \
regexp.c \
regsup.c \
rtent.c \
Expand Down Expand Up @@ -108,7 +105,6 @@ SRCFILES = \
uidgid.c \
unixtime.c \
unx2dos.c \
valloc.c \
wctrans.c \
wctype.c \
wcwidth.c \
Expand Down
25 changes: 0 additions & 25 deletions mintlib/calloc.c

This file was deleted.

6,557 changes: 6,300 additions & 257 deletions mintlib/malloc.c

Large diffs are not rendered by default.

19 changes: 0 additions & 19 deletions mintlib/malloc_int.h

This file was deleted.

80 changes: 0 additions & 80 deletions mintlib/posix_memalign.c

This file was deleted.

97 changes: 0 additions & 97 deletions mintlib/realloc.c

This file was deleted.

13 changes: 0 additions & 13 deletions mintlib/valloc.c

This file was deleted.