|
@@ -50,12 +50,6 @@ config ADK_fpu_neon
|
|
config ADK_fpu_vfp
|
|
config ADK_fpu_vfp
|
|
boolean
|
|
boolean
|
|
|
|
|
|
-config ADK_mode_arm
|
|
|
|
- boolean
|
|
|
|
-
|
|
|
|
-config ADK_mode_thumb
|
|
|
|
- boolean
|
|
|
|
-
|
|
|
|
config ADK_TARGET_FLOAT
|
|
config ADK_TARGET_FLOAT
|
|
string
|
|
string
|
|
default "hard" if ADK_hard_float
|
|
default "hard" if ADK_hard_float
|
|
@@ -66,13 +60,6 @@ config ADK_TARGET_FPU
|
|
default "vfp" if ADK_fpu_vfp
|
|
default "vfp" if ADK_fpu_vfp
|
|
default "neon" if ADK_fpu_neon
|
|
default "neon" if ADK_fpu_neon
|
|
|
|
|
|
-config ADK_TARGET_ARM_MODE
|
|
|
|
- depends on ADK_LINUX_ARM
|
|
|
|
- string
|
|
|
|
- default "arm" if ADK_mode_arm
|
|
|
|
- default "thumb" if ADK_mode_thumb
|
|
|
|
- default "arm"
|
|
|
|
-
|
|
|
|
config ADK_TARGET_ENDIAN
|
|
config ADK_TARGET_ENDIAN
|
|
string
|
|
string
|
|
default "little" if ADK_little
|
|
default "little" if ADK_little
|