mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-23 23:47:22 +08:00
761ef3b434
The recent makefile reorganization broke the amdgcn port by creating duplicate __malloc_lock symbols. This patch fixes the problem by renaming the malloc_support.c file to mlock.c, thus overriding the default symbol properly. Actually, I'm not sure how this ever worked?
8 lines
112 B
Makefile
8 lines
112 B
Makefile
libc_a_SOURCES += \
|
|
%D%/abort.c \
|
|
%D%/exit.c \
|
|
%D%/atexit.c \
|
|
%D%/mlock.c \
|
|
%D%/getreent.c \
|
|
%D%/signal.c
|