Browse Source

Do not provide a default for endianness. This needs to be selected
on a per-arch basis, or left to the user to choose.

Eric Andersen 21 years ago
parent
commit
b09209baf0
1 changed files with 0 additions and 1 deletions
  1. 0 1
      extra/Configs/Config.in.arch

+ 0 - 1
extra/Configs/Config.in.arch

@@ -5,7 +5,6 @@
 
 choice
 	prompt "Target Processor Endianness"
-	default ARCH_LITTLE_ENDIAN
 	help
 	  This is the endianness you wish to build use.  Choose either Big
 	  Endian, or Little Endian.