Skip to content

Commit 0d341e0

Browse files
committed
parisc: suppress error messages for 'make clean'
Avoid error messages when running 'make ARCH=parisc clean'. Noticed-by: Masahiro Yamada <[email protected]> Signed-off-by: Helge Deller <[email protected]>
1 parent 0e698df commit 0d341e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/parisc/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ KBUILD_IMAGE := vmlinuz
2121

2222
NM = sh $(srctree)/arch/parisc/nm
2323
CHECKFLAGS += -D__hppa__=1
24-
LIBGCC = $(shell $(CC) $(KBUILD_CFLAGS) -print-libgcc-file-name)
25-
export LIBGCC
2624

2725
ifdef CONFIG_64BIT
2826
UTS_MACHINE := parisc64
@@ -110,6 +108,8 @@ cflags-$(CONFIG_PA8X00) += -march=2.0 -mschedule=8000
110108
head-y := arch/parisc/kernel/head.o
111109

112110
KBUILD_CFLAGS += $(cflags-y)
111+
LIBGCC := $(shell $(CC) -print-libgcc-file-name)
112+
export LIBGCC
113113

114114
kernel-y := mm/ kernel/ math-emu/
115115

0 commit comments

Comments
 (0)