annotate sources/configs/mipsel @ 86:ccb89614bfd8

QEMU's application emulation wants "mipsel", not mips. System emulation probably does too (unlike arm, which distinguishes in application but not system emulation, but mips has two system emulators), need to add a way of specifying that...
author Rob Landley <rob@landley.net>
date Sun, 14 Jan 2007 04:18:20 -0500
parents 7c874da5505c
children 4b49c0baec56
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
84
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
1 KARCH=mips
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
2 KERNEL_PATH=arch/${KARCH}/boot/vmlinux.bin
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
3 BINUTILS_FLAGS=
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
4 GCC_FLAGS=
86
ccb89614bfd8 QEMU's application emulation wants "mipsel", not mips. System emulation
Rob Landley <rob@landley.net>
parents: 85
diff changeset
5 QEMU_TEST=mipsel
84
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
6
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
7 # Write out uClibc .config file.
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
8
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
9 cat > "${WORK}"/config-uClibc << 'EOF'
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
10 #
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
11 # Automatically generated make config: don't edit
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
12 #
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
13 # TARGET_alpha is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
14 # TARGET_arm is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
15 # TARGET_bfin is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
16 # TARGET_cris is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
17 # TARGET_e1 is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
18 # TARGET_frv is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
19 # TARGET_h8300 is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
20 # TARGET_i386 is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
21 # TARGET_i960 is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
22 # TARGET_m68k is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
23 # TARGET_microblaze is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
24 TARGET_mips=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
25 # TARGET_nios is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
26 # TARGET_nios2 is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
27 # TARGET_powerpc is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
28 # TARGET_sh is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
29 # TARGET_sh64 is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
30 # TARGET_sparc is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
31 # TARGET_v850 is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
32 # TARGET_x86_64 is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
33
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
34 #
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
35 # Target Architecture Features and Options
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
36 #
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
37 TARGET_ARCH="mips"
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
38 FORCE_OPTIONS_FOR_ARCH=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
39 # CONFIG_ARM_OABI is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
40 # CONFIG_ARM_EABI is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
41 # CONFIG_GENERIC_ARM is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
42 # CONFIG_ARM610 is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
43 # CONFIG_ARM710 is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
44 # CONFIG_ARM7TDMI is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
45 # CONFIG_ARM720T is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
46 # CONFIG_ARM920T is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
47 # CONFIG_ARM922T is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
48 # CONFIG_ARM926T is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
49 # CONFIG_ARM10T is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
50 # CONFIG_ARM1136JF_S is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
51 # CONFIG_ARM_SA110 is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
52 # CONFIG_ARM_SA1100 is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
53 # CONFIG_ARM_XSCALE is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
54 # CONFIG_ARM_IWMMXT is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
55 # CONFIG_GENERIC_386 is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
56 # CONFIG_386 is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
57 # CONFIG_486 is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
58 # CONFIG_586 is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
59 # CONFIG_586MMX is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
60 # CONFIG_686 is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
61 # CONFIG_PENTIUMIII is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
62 # CONFIG_PENTIUM4 is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
63 # CONFIG_K6 is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
64 # CONFIG_K7 is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
65 # CONFIG_ELAN is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
66 # CONFIG_CRUSOE is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
67 # CONFIG_WINCHIPC6 is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
68 # CONFIG_WINCHIP2 is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
69 # CONFIG_CYRIXIII is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
70 # CONFIG_NEHEMIAH is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
71 UCLIBC_FORMAT_ELF=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
72 # UCLIBC_FORMAT_FDPIC_ELF is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
73 # UCLIBC_FORMAT_FLAT is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
74 # UCLIBC_FORMAT_FLAT_SEP_DATA is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
75 # UCLIBC_FORMAT_SHARED_FLAT is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
76 ARCH_LITTLE_ENDIAN=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
77 # ARCH_WANTS_BIG_ENDIAN is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
78 ARCH_WANTS_LITTLE_ENDIAN=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
79
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
80 #
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
81 # Using Little Endian
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
82 #
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
83 ARCH_HAS_MMU=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
84 ARCH_USE_MMU=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
85 UCLIBC_HAS_FLOATS=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
86 UCLIBC_HAS_FPU=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
87 # DO_C99_MATH is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
88 KERNEL_HEADERS="/usr/src/linux/include"
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
89 HAVE_DOT_CONFIG=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
90
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
91 #
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
92 # General Library Settings
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
93 #
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
94 # HAVE_NO_PIC is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
95 DOPIC=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
96 # HAVE_NO_SHARED is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
97 # ARCH_HAS_NO_LDSO is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
98 HAVE_SHARED=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
99 # FORCE_SHAREABLE_TEXT_SEGMENTS is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
100 LDSO_LDD_SUPPORT=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
101 LDSO_CACHE_SUPPORT=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
102 # LDSO_PRELOAD_FILE_SUPPORT is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
103 LDSO_BASE_FILENAME="ld.so"
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
104 UCLIBC_STATIC_LDCONFIG=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
105 LDSO_RUNPATH=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
106 UCLIBC_CTOR_DTOR=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
107 # HAS_NO_THREADS is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
108 UCLIBC_HAS_THREADS=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
109 # PTHREADS_DEBUG_SUPPORT is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
110 LINUXTHREADS_OLD=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
111 UCLIBC_HAS_LFS=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
112 # MALLOC is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
113 # MALLOC_SIMPLE is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
114 MALLOC_STANDARD=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
115 MALLOC_GLIBC_COMPAT=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
116 UCLIBC_DYNAMIC_ATEXIT=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
117 # COMPAT_ATEXIT is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
118 UCLIBC_SUSV3_LEGACY=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
119 # UCLIBC_SUSV3_LEGACY_MACROS is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
120 UCLIBC_HAS_SHADOW=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
121 # UCLIBC_HAS_PROGRAM_INVOCATION_NAME is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
122 UCLIBC_HAS___PROGNAME=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
123 UNIX98PTY_ONLY=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
124 ASSUME_DEVPTS=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
125 UCLIBC_HAS_TM_EXTENSIONS=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
126 UCLIBC_HAS_TZ_CACHING=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
127 UCLIBC_HAS_TZ_FILE=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
128 UCLIBC_HAS_TZ_FILE_READ_MANY=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
129 UCLIBC_TZ_FILE_PATH="/etc/TZ"
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
130
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
131 #
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
132 # Networking Support
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
133 #
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
134 # UCLIBC_HAS_IPV6 is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
135 UCLIBC_HAS_RPC=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
136 # UCLIBC_HAS_FULL_RPC is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
137 # UCLIBC_HAS_REENTRANT_RPC is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
138 # UCLIBC_USE_NETLINK is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
139
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
140 #
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
141 # String and Stdio Support
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
142 #
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
143 UCLIBC_HAS_STRING_GENERIC_OPT=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
144 UCLIBC_HAS_STRING_ARCH_OPT=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
145 UCLIBC_HAS_CTYPE_TABLES=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
146 UCLIBC_HAS_CTYPE_SIGNED=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
147 UCLIBC_HAS_CTYPE_UNSAFE=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
148 # UCLIBC_HAS_CTYPE_CHECKED is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
149 # UCLIBC_HAS_CTYPE_ENFORCED is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
150 # UCLIBC_HAS_WCHAR is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
151 # UCLIBC_HAS_LOCALE is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
152 # UCLIBC_HAS_HEXADECIMAL_FLOATS is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
153 # UCLIBC_HAS_GLIBC_CUSTOM_PRINTF is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
154 # USE_OLD_VFPRINTF is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
155 UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
156 # UCLIBC_HAS_SCANF_GLIBC_A_FLAG is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
157 # UCLIBC_HAS_STDIO_BUFSIZ_NONE is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
158 # UCLIBC_HAS_STDIO_BUFSIZ_256 is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
159 # UCLIBC_HAS_STDIO_BUFSIZ_512 is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
160 # UCLIBC_HAS_STDIO_BUFSIZ_1024 is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
161 # UCLIBC_HAS_STDIO_BUFSIZ_2048 is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
162 UCLIBC_HAS_STDIO_BUFSIZ_4096=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
163 # UCLIBC_HAS_STDIO_BUFSIZ_8192 is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
164 UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
165 # UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4 is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
166 # UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8 is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
167 # UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
168 UCLIBC_HAS_STDIO_GETC_MACRO=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
169 UCLIBC_HAS_STDIO_PUTC_MACRO=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
170 UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
171 # UCLIBC_HAS_FOPEN_LARGEFILE_MODE is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
172 # UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
173 # UCLIBC_HAS_GLIBC_CUSTOM_STREAMS is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
174 # UCLIBC_HAS_PRINTF_M_SPEC is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
175 UCLIBC_HAS_ERRNO_MESSAGES=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
176 # UCLIBC_HAS_SYS_ERRLIST is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
177 UCLIBC_HAS_SIGNUM_MESSAGES=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
178 # UCLIBC_HAS_SYS_SIGLIST is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
179 UCLIBC_HAS_GNU_GETOPT=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
180 UCLIBC_HAS_GNU_GETSUBOPT=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
181
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
182 #
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
183 # Big and Tall
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
184 #
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
185 UCLIBC_HAS_REGEX=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
186 UCLIBC_HAS_REGEX_OLD=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
187 UCLIBC_HAS_FNMATCH=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
188 UCLIBC_HAS_FNMATCH_OLD=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
189 # UCLIBC_HAS_WORDEXP is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
190 # UCLIBC_HAS_FTW is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
191 UCLIBC_HAS_GLOB=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
192 UCLIBC_HAS_GNU_GLOB=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
193
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
194 #
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
195 # Library Installation Options
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
196 #
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
197 SHARED_LIB_LOADER_PREFIX="$(RUNTIME_PREFIX)lib"
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
198 RUNTIME_PREFIX="/usr/$(TARGET_ARCH)-linux-uclibc/"
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
199 DEVEL_PREFIX="/usr/$(TARGET_ARCH)-linux-uclibc/usr/"
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
200
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
201 #
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
202 # Security options
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
203 #
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
204 # UCLIBC_BUILD_PIE is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
205 # UCLIBC_HAS_ARC4RANDOM is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
206 # HAVE_NO_SSP is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
207 # UCLIBC_HAS_SSP is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
208 UCLIBC_BUILD_RELRO=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
209 # UCLIBC_BUILD_NOW is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
210 UCLIBC_BUILD_NOEXECSTACK=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
211
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
212 #
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
213 # uClibc development/debugging options
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
214 #
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
215 CROSS_COMPILER_PREFIX=""
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
216 # DODEBUG is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
217 # DODEBUG_PT is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
218 DOSTRIP=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
219 # DOASSERTS is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
220 # SUPPORT_LD_DEBUG is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
221 # SUPPORT_LD_DEBUG_EARLY is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
222 # UCLIBC_MALLOC_DEBUGGING is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
223 WARNINGS="-Wall"
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
224 # EXTRA_WARNINGS is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
225 # DOMULTI is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
226 # UCLIBC_MJN3_ONLY is not set
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
227 EOF
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
228
85
7c874da5505c Switch config-linux to miniconfig-linux. Adjust the build and config scripts,
Rob Landley <rob@landley.net>
parents: 84
diff changeset
229 cat > "${WORK}"/miniconfig-linux << 'EOF'
84
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
230 CONFIG_QEMU=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
231 CONFIG_HZ_100=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
232 CONFIG_LOCALVERSION_AUTO=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
233 CONFIG_RELAY=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
234 CONFIG_SYSCTL_SYSCALL=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
235 CONFIG_KALLSYMS=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
236 CONFIG_PRINTK=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
237 CONFIG_ELF_CORE=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
238 CONFIG_SLAB=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
239 CONFIG_VM_EVENT_COUNTERS=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
240 CONFIG_BLOCK=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
241 CONFIG_BINFMT_ELF=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
242 CONFIG_NET=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
243 CONFIG_PACKET=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
244 CONFIG_PACKET_MMAP=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
245 CONFIG_UNIX=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
246 CONFIG_INET=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
247 CONFIG_IP_MULTICAST=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
248 CONFIG_IP_PNP=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
249 CONFIG_IP_PNP_DHCP=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
250 CONFIG_IP_PNP_BOOTP=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
251 CONFIG_INET_XFRM_MODE_TRANSPORT=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
252 CONFIG_INET_XFRM_MODE_TUNNEL=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
253 CONFIG_INET_XFRM_MODE_BEET=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
254 CONFIG_INET_DIAG=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
255 CONFIG_NETWORK_SECMARK=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
256 CONFIG_CONNECTOR=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
257 CONFIG_PROC_EVENTS=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
258 CONFIG_IDE=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
259 CONFIG_BLK_DEV_IDE=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
260 CONFIG_BLK_DEV_IDEDISK=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
261 CONFIG_IDEDISK_MULTI_MODE=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
262 CONFIG_BLK_DEV_IDECD=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
263 CONFIG_IDE_GENERIC=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
264 CONFIG_NETDEVICES=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
265 CONFIG_NET_ETHERNET=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
266 CONFIG_NET_ISA=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
267 CONFIG_NE2000=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
268 CONFIG_VT=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
269 CONFIG_VT_CONSOLE=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
270 CONFIG_VT_HW_CONSOLE_BINDING=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
271 CONFIG_SERIAL_8250=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
272 CONFIG_SERIAL_8250_CONSOLE=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
273 CONFIG_UNIX98_PTYS=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
274 CONFIG_LEGACY_PTYS=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
275 CONFIG_VGA_CONSOLE=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
276 CONFIG_EXT2_FS=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
277 CONFIG_EXT2_FS_XATTR=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
278 CONFIG_EXT3_FS=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
279 CONFIG_EXT3_FS_XATTR=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
280 CONFIG_INOTIFY=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
281 CONFIG_INOTIFY_USER=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
282 CONFIG_PROC_FS=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
283 CONFIG_PROC_KCORE=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
284 CONFIG_PROC_SYSCTL=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
285 CONFIG_SYSFS=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
286 CONFIG_TMPFS=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
287 CONFIG_ENABLE_MUST_CHECK=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
288 CONFIG_CROSSCOMPILE=y
fd38aafb06b1 And a mips little endian config from Bertl (who turns out to be named
Rob Landley <rob@landley.net>
parents:
diff changeset
289 EOF