Browse Source

fix typo, arm is little endian

Waldemar Brodkorb 13 years ago
parent
commit
824cb39137
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/arm/sys-available/toolchain-arm

+ 1 - 1
target/arm/sys-available/toolchain-arm

@@ -6,5 +6,5 @@ config ADK_TARGET_SYSTEM_TOOLCHAIN_ARM
 	select ADK_EABI
 	select ADK_TARGET_NO_FPU
 	help
-	  arm big endian toolchain.
+	  arm little endian toolchain.