26cc49f6c6
All packages use github now.
This reverts commit 1445b7fd2e
.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
15 lines
257 B
Plaintext
15 lines
257 B
Plaintext
config BR2_ARCH
|
|
default "arc" if BR2_arcle
|
|
default "arceb" if BR2_arceb
|
|
|
|
config BR2_arc
|
|
bool
|
|
default y if BR2_arcle || BR2_arceb
|
|
|
|
config BR2_ENDIAN
|
|
default "LITTLE" if BR2_arcle
|
|
default "BIG" if BR2_arceb
|
|
|
|
config BR2_GCC_TARGET_CPU
|
|
default "arc700"
|