OSDN Git Service

Do not provide a default for endianness. This needs to be selected
authorEric Andersen <andersen@codepoet.org>
Wed, 5 Nov 2003 01:14:46 +0000 (01:14 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 5 Nov 2003 01:14:46 +0000 (01:14 -0000)
on a per-arch basis, or left to the user to choose.

extra/Configs/Config.in.arch

index 6b2011d..6d8ac14 100644 (file)
@@ -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.