]> sourceware.org Git - newlib-cygwin.git/commit
amdgcn: Fix build failure
authorAndrew Stubbs <ams@codesourcery.com>
Mon, 21 Mar 2022 14:25:45 +0000 (14:25 +0000)
committerMike Frysinger <vapier@gentoo.org>
Wed, 23 Mar 2022 01:45:16 +0000 (21:45 -0400)
commit761ef3b434b5eb7f321e58c3fae1f578f5c34999
tree50119c223c9134a27125bc0df03960d9444544ad
parent64b208103d284e8b64db604b34736a861e14b927
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?
newlib/Makefile.in
newlib/libc/machine/amdgcn/Makefile.inc
newlib/libc/machine/amdgcn/mlock.c [moved from newlib/libc/machine/amdgcn/malloc_support.c with 100% similarity]
This page took 0.030438 seconds and 5 git commands to generate.