diff options
| author | H.J. Lu <hjl.tools@gmail.com> | 2024-12-05 15:47:53 +0800 |
|---|---|---|
| committer | H.J. Lu <hjl.tools@gmail.com> | 2024-12-17 04:56:29 +0800 |
| commit | 50c35842df9bfb370a36ef2360463c69f04faa9a (patch) | |
| tree | 07ffe387b9d1bd07dcb72cee512c831ff466ce66 /Makeconfig | |
| parent | 9a4b0eaf726f5404c6683d5c7c5e86f61c3f3fbc (diff) | |
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>
Diffstat (limited to 'Makeconfig')
| -rw-r--r-- | Makeconfig | 4 |
1 files changed, 0 insertions, 4 deletions
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 |
