arch: fix BR2_ARCH for generic target variant
Signed-off-by: Richard Braun <rbraun@sceen.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
14bf3df3a6
commit
2a27ad3d79
@ -173,6 +173,7 @@ config BR2_ARCH
|
|||||||
default "i686" if BR2_x86_athlon
|
default "i686" if BR2_x86_athlon
|
||||||
default "i686" if BR2_x86_athlon_4
|
default "i686" if BR2_x86_athlon_4
|
||||||
default "x86_64" if BR2_x86_64
|
default "x86_64" if BR2_x86_64
|
||||||
|
default "i386" if BR2_x86_generic
|
||||||
|
|
||||||
config BR2_ENDIAN
|
config BR2_ENDIAN
|
||||||
default "LITTLE"
|
default "LITTLE"
|
||||||
|
Loading…
Reference in New Issue
Block a user