]> git.ipfire.org Git - thirdparty/glibc.git/commit
Remove duplicated BUILD_CC in Makeconfig
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 5 Dec 2024 07:47:53 +0000 (15:47 +0800)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 16 Dec 2024 20:56:29 +0000 (04:56 +0800)
commit50c35842df9bfb370a36ef2360463c69f04faa9a
tree07ffe387b9d1bd07dcb72cee512c831ff466ce66
parent9a4b0eaf726f5404c6683d5c7c5e86f61c3f3fbc
Remove duplicated BUILD_CC in Makeconfig

Remove the second

ifndef BUILD_CC
BUILD_CC = $(CC)
endif

in Makeconfig.

Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
Reviewed-by: DJ Delorie <dj@redhat.com>
Makeconfig