mirror of git://sourceware.org/git/glibc.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 <hjl.tools@gmail.com> Reviewed-by: DJ Delorie <dj@redhat.com>
This commit is contained in:
parent
9a4b0eaf72
commit
50c35842df
|
@ -1166,10 +1166,6 @@ ASFLAGS := $(filter -g% -fdebug-prefix-map=%,$(CFLAGS))
|
||||||
endif
|
endif
|
||||||
override ASFLAGS += -Werror=undef $(ASFLAGS-config) $(asflags-cpu)
|
override ASFLAGS += -Werror=undef $(ASFLAGS-config) $(asflags-cpu)
|
||||||
|
|
||||||
ifndef BUILD_CC
|
|
||||||
BUILD_CC = $(CC)
|
|
||||||
endif
|
|
||||||
|
|
||||||
move-if-change = $(SHELL) $(..)scripts/move-if-change
|
move-if-change = $(SHELL) $(..)scripts/move-if-change
|
||||||
|
|
||||||
-include $(common-objpfx)sysd-sorted
|
-include $(common-objpfx)sysd-sorted
|
||||||
|
|
Loading…
Reference in New Issue