From: H.J. Lu Date: Thu, 5 Dec 2024 07:47:53 +0000 (+0800) Subject: Remove duplicated BUILD_CC in Makeconfig X-Git-Tag: glibc-2.41~346 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50c35842df9bfb370a36ef2360463c69f04faa9a;p=thirdparty%2Fglibc.git Remove duplicated BUILD_CC in Makeconfig Remove the second ifndef BUILD_CC BUILD_CC = $(CC) endif in Makeconfig. Signed-off-by: H.J. Lu Reviewed-by: DJ Delorie --- diff --git a/Makeconfig b/Makeconfig index a0abc2239b..d33369eaaf 100644 --- a/Makeconfig +++ b/Makeconfig @@ -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 -include $(common-objpfx)sysd-sorted