arch: use tabs instead of spaces in Config.in files
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
fee632bab2
commit
8211ee3c59
@@ -1,5 +1,5 @@
|
|||||||
config BR2_ARCH_IS_64
|
config BR2_ARCH_IS_64
|
||||||
bool
|
bool
|
||||||
|
|
||||||
config BR2_SOFT_FLOAT
|
config BR2_SOFT_FLOAT
|
||||||
bool
|
bool
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
config BR2_ARCH
|
config BR2_ARCH
|
||||||
default "avr32"
|
default "avr32"
|
||||||
|
|
||||||
config BR2_ENDIAN
|
config BR2_ENDIAN
|
||||||
default "BIG"
|
default "BIG"
|
||||||
|
|||||||
@@ -66,7 +66,7 @@ config BR2_ARCH
|
|||||||
default "bfin"
|
default "bfin"
|
||||||
|
|
||||||
config BR2_ENDIAN
|
config BR2_ENDIAN
|
||||||
default "LITTLE"
|
default "LITTLE"
|
||||||
|
|
||||||
config BR2_GCC_TARGET_CPU
|
config BR2_GCC_TARGET_CPU
|
||||||
default bf606 if BR2_bf606
|
default bf606 if BR2_bf606
|
||||||
|
|||||||
Reference in New Issue
Block a user