4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-23 23:47:22 +08:00
Andrew Stubbs 761ef3b434 amdgcn: Fix build failure
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?
2022-03-22 21:45:16 -04:00

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