Andrew E. Mileski writes:
This looks like a typo to me. Without this patch, one ends up with "i386AArchitecture" being defined, which doesn't match anything.
This commit is contained in:
parent
6fe5f48cbf
commit
a71efa13ec
@ -59,7 +59,7 @@ ifeq ($(BR2_armeb),y)
|
|||||||
XARCH=Arm32
|
XARCH=Arm32
|
||||||
endif
|
endif
|
||||||
ifeq ($(BR2_i386),y)
|
ifeq ($(BR2_i386),y)
|
||||||
XARCH=i386A
|
XARCH=i386
|
||||||
endif
|
endif
|
||||||
ifeq ($(BR2_mips),y)
|
ifeq ($(BR2_mips),y)
|
||||||
XARCH=Mips
|
XARCH=Mips
|
||||||
|
Loading…
Reference in New Issue
Block a user