]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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)
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

index a0abc2239b2875233020972eea36f5919e0332e7..d33369eaaf331cd8c6dbe41f15a61a094cbc3578 100644 (file)
@@ -1166,10 +1166,6 @@ ASFLAGS := $(filter -g% -fdebug-prefix-map=%,$(CFLAGS))
 endif
 override ASFLAGS += -Werror=undef $(ASFLAGS-config) $(asflags-cpu)
 
-ifndef BUILD_CC
-BUILD_CC = $(CC)
-endif
-
 move-if-change = $(SHELL) $(..)scripts/move-if-change
 \f
 -include $(common-objpfx)sysd-sorted