You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
262 B
11 lines
262 B
6 years ago
|
--- a/arch/powerpc/Makefile
|
||
|
+++ b/arch/powerpc/Makefile
|
||
|
@@ -23,6 +23,7 @@ CROSS32AR := $(CROSS32_COMPILE)ar
|
||
|
ifeq ($(HAS_BIARCH),y)
|
||
|
ifeq ($(CROSS32_COMPILE),)
|
||
|
CROSS32CC := $(CC) -m32
|
||
|
+CROSS32AR := $(AR)
|
||
|
KBUILD_ARFLAGS += --target=elf32-powerpc
|
||
|
endif
|
||
|
endif
|