mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
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
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue