source: trunk/packages/xen-common/xen-common/tools/xm-test/ramdisk/configs/buildroot-powerpc @ 34

Last change on this file since 34 was 34, checked in by hartmans, 17 years ago

Add xen and xen-common

File size: 8.8 KB
Line 
1#
2# Automatically generated make config: don't edit
3#
4BR2_HAVE_DOT_CONFIG=y
5# BR2_alpha is not set
6# BR2_arm is not set
7# BR2_armeb is not set
8# BR2_cris is not set
9# BR2_i386 is not set
10# BR2_m68k is not set
11# BR2_mips is not set
12# BR2_mipsel is not set
13# BR2_nios2 is not set
14BR2_powerpc=y
15# BR2_sh is not set
16# BR2_sh64 is not set
17# BR2_sparc is not set
18# BR2_x86_64 is not set
19BR2_ARCH="powerpc"
20BR2_ENDIAN="BIG"
21
22#
23# Build options
24#
25BR2_WGET="wget --passive-ftp"
26BR2_SVN="svn co"
27BR2_ZCAT="zcat"
28BR2_TAR_OPTIONS=""
29BR2_DL_DIR="$(BASE_DIR)/dl"
30BR2_SOURCEFORGE_MIRROR="easynews"
31BR2_STAGING_DIR="$(BUILD_DIR)/staging_dir"
32BR2_TOPDIR_PREFIX=""
33BR2_TOPDIR_SUFFIX=""
34BR2_GNU_BUILD_SUFFIX="pc-linux-gnu"
35BR2_GNU_TARGET_SUFFIX="linux-uclibc"
36BR2_JLEVEL=1
37
38#
39# Toolchain Options
40#
41
42#
43# Kernel Header Options
44#
45# BR2_KERNEL_HEADERS_2_4_25 is not set
46# BR2_KERNEL_HEADERS_2_4_27 is not set
47# BR2_KERNEL_HEADERS_2_4_29 is not set
48# BR2_KERNEL_HEADERS_2_4_31 is not set
49# BR2_KERNEL_HEADERS_2_6_9 is not set
50# BR2_KERNEL_HEADERS_2_6_11 is not set
51BR2_KERNEL_HEADERS_2_6_12=y
52# BR2_KERNEL_HEADERS_2_6_18 is not set
53BR2_DEFAULT_KERNEL_HEADERS="2.6.12"
54
55#
56# uClibc Options
57#
58# BR2_UCLIBC_VERSION_SNAPSHOT is not set
59# BR2_ENABLE_LOCALE is not set
60# BR2_PTHREADS_NONE is not set
61# BR2_PTHREADS is not set
62BR2_PTHREADS_OLD=y
63# BR2_PTHREADS_NATIVE is not set
64
65#
66# Binutils Options
67#
68# BR2_BINUTILS_VERSION_2_14_90_0_8 is not set
69# BR2_BINUTILS_VERSION_2_15 is not set
70# BR2_BINUTILS_VERSION_2_15_94_0_2_2 is not set
71# BR2_BINUTILS_VERSION_2_16_1 is not set
72# BR2_BINUTILS_VERSION_2_16_90_0_3 is not set
73# BR2_BINUTILS_VERSION_2_16_91_0_5 is not set
74# BR2_BINUTILS_VERSION_2_16_91_0_6 is not set
75# BR2_BINUTILS_VERSION_2_16_91_0_7 is not set
76BR2_BINUTILS_VERSION_2_17=y
77# BR2_BINUTILS_VERSION_2_17_50_0_2 is not set
78# BR2_BINUTILS_VERSION_2_17_50_0_3 is not set
79# BR2_BINUTILS_VERSION_2_17_50_0_4 is not set
80# BR2_BINUTILS_VERSION_2_17_50_0_5 is not set
81# BR2_BINUTILS_VERSION_2_17_50_0_6 is not set
82BR2_BINUTILS_VERSION="2.17"
83BR2_EXTRA_BINUTILS_CONFIG_OPTIONS=""
84
85#
86# Gcc Options
87#
88# BR2_GCC_VERSION_3_3_5 is not set
89# BR2_GCC_VERSION_3_3_6 is not set
90BR2_GCC_VERSION_3_4_2=y
91# BR2_GCC_VERSION_3_4_3 is not set
92# BR2_GCC_VERSION_3_4_4 is not set
93# BR2_GCC_VERSION_3_4_5 is not set
94# BR2_GCC_VERSION_3_4_6 is not set
95# BR2_GCC_VERSION_4_0_0 is not set
96# BR2_GCC_VERSION_4_0_1 is not set
97# BR2_GCC_VERSION_4_0_2 is not set
98# BR2_GCC_VERSION_4_0_3 is not set
99# BR2_GCC_VERSION_4_1_0 is not set
100# BR2_GCC_VERSION_4_1_1 is not set
101# BR2_GCC_VERSION_4_2 is not set
102# BR2_GCC_IS_SNAP is not set
103BR2_GCC_VERSION="3.4.2"
104# BR2_GCC_USE_SJLJ_EXCEPTIONS is not set
105BR2_EXTRA_GCC_CONFIG_OPTIONS=""
106# BR2_INSTALL_LIBSTDCPP is not set
107# BR2_INSTALL_OBJC is not set
108# BR2_GCC_SHARED_LIBGCC is not set
109
110#
111# Ccache Options
112#
113BR2_CCACHE=y
114
115#
116# Gdb Options
117#
118# BR2_PACKAGE_GDB is not set
119# BR2_PACKAGE_GDB_SERVER is not set
120# BR2_PACKAGE_GDB_HOST is not set
121
122#
123# elf2flt
124#
125# BR2_ELF2FLT is not set
126# BR2_MKLIBS is not set
127
128#
129# Common Toolchain Options
130#
131# BR2_PACKAGE_SSTRIP_TARGET is not set
132# BR2_PACKAGE_SSTRIP_HOST is not set
133BR2_ENABLE_MULTILIB=y
134BR2_LARGEFILE=y
135# BR2_SOFT_FLOAT is not set
136BR2_TARGET_OPTIMIZATION="-Os -pipe"
137BR2_CROSS_TOOLCHAIN_TARGET_UTILS=y
138
139#
140# Package Selection for the target
141#
142
143#
144# The default minimal system
145#
146BR2_PACKAGE_BUSYBOX=y
147# BR2_PACKAGE_BUSYBOX_SNAPSHOT is not set
148BR2_PACKAGE_BUSYBOX_INSTALL_SYMLINKS=y
149BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox.config"
150
151#
152# The minimum needed to build a uClibc development system
153#
154# BR2_PACKAGE_BASH is not set
155# BR2_PACKAGE_BZIP2 is not set
156# BR2_PACKAGE_COREUTILS is not set
157# BR2_PACKAGE_DIFFUTILS is not set
158# BR2_PACKAGE_ED is not set
159# BR2_PACKAGE_FINDUTILS is not set
160# BR2_PACKAGE_FLEX is not set
161# BR2_PACKAGE_GAWK is not set
162# BR2_PACKAGE_GCC_TARGET is not set
163# BR2_PACKAGE_CCACHE_TARGET is not set
164# BR2_PACKAGE_GREP is not set
165# BR2_PACKAGE_MAKE is not set
166# BR2_PACKAGE_PATCH is not set
167# BR2_PACKAGE_SED is not set
168# BR2_PACKAGE_TAR is not set
169
170#
171# Other stuff
172#
173# BR2_PACKAGE_ACPID is not set
174# BR2_PACKAGE_ASTERISK is not set
175# BR2_PACKAGE_AT is not set
176# BR2_PACKAGE_AUTOCONF is not set
177# BR2_PACKAGE_AUTOMAKE is not set
178# BR2_PACKAGE_BERKELEYDB is not set
179# BR2_PACKAGE_BIND is not set
180# BR2_PACKAGE_BISON is not set
181# BR2_PACKAGE_BOA is not set
182# BR2_PACKAGE_BRIDGE is not set
183# BR2_PACKAGE_CUSTOMIZE is not set
184# BR2_PACKAGE_ISC_DHCP is not set
185# BR2_PACKAGE_DIALOG is not set
186# BR2_PACKAGE_DIRECTFB is not set
187# BR2_PACKAGE_DISTCC is not set
188# BR2_PACKAGE_DM is not set
189# BR2_PACKAGE_DMRAID is not set
190# BR2_PACKAGE_DNSMASQ is not set
191# BR2_PACKAGE_DROPBEAR is not set
192# BR2_PACKAGE_ETHTOOL is not set
193# BR2_PACKAGE_EXPAT is not set
194# BR2_PACKAGE_E2FSPROGS is not set
195# BR2_PACKAGE_FAKEROOT is not set
196# BR2_PACKAGE_FILE is not set
197# BR2_PACKAGE_FREETYPE is not set
198# BR2_PACKAGE_GETTEXT is not set
199# BR2_PACKAGE_LIBINTL is not set
200# BR2_PACKAGE_GZIP is not set
201# BR2_PACKAGE_HASERL is not set
202# BR2_PACKAGE_HDPARM is not set
203# BR2_PACKAGE_HOSTAP is not set
204# BR2_PACKAGE_HOTPLUG is not set
205# BR2_PACKAGE_IOSTAT is not set
206# BR2_PACKAGE_IPROUTE2 is not set
207# BR2_PACKAGE_IPSEC_TOOLS is not set
208# BR2_PACKAGE_IPTABLES is not set
209# BR2_PACKAGE_JPEG is not set
210# BR2_PACKAGE_LESS is not set
211# BR2_PACKAGE_LIBCGI is not set
212# BR2_PACKAGE_LIBCGICC is not set
213# BR2_PACKAGE_LIBELF is not set
214# BR2_PACKAGE_LIBFLOAT is not set
215# BR2_PACKAGE_LIBGLIB12 is not set
216# BR2_PACKAGE_LIBMAD is not set
217# BR2_PACKAGE_LIBPCAP is not set
218# BR2_PACKAGE_LIBPNG is not set
219# BR2_PACKAGE_LIBSYSFS is not set
220# BR2_PACKAGE_LIBTOOL is not set
221# BR2_PACKAGE_LIBUSB is not set
222# BR2_PACKAGE_LIGHTTPD is not set
223# BR2_PACKAGE_LINKS is not set
224# BR2_PACKAGE_LRZSZ is not set
225# BR2_PACKAGE_LSOF is not set
226# BR2_PACKAGE_LTP-TESTSUITE is not set
227# BR2_PACKAGE_LTT is not set
228# BR2_PACKAGE_LVM2 is not set
229# BR2_PACKAGE_LZO is not set
230# BR2_PACKAGE_LZMA is not set
231# BR2_PACKAGE_M4 is not set
232# BR2_PACKAGE_MDADM is not set
233# BR2_PACKAGE_MEMTESTER is not set
234# BR2_PACKAGE_MICROCOM is not set
235# BR2_PACKAGE_MICROPERL is not set
236# BR2_PACKAGE_MICROWIN is not set
237# BR2_PACKAGE_MKDOSFS is not set
238# BR2_PACKAGE_MODULE_INIT_TOOLS is not set
239# BR2_PACKAGE_MODUTILS is not set
240# BR2_PACKAGE_MPG123 is not set
241# BR2_PACKAGE_MROUTED is not set
242# BR2_PACKAGE_MTD is not set
243# BR2_PACKAGE_NANO is not set
244# BR2_PACKAGE_NBD is not set
245# BR2_PACKAGE_NCURSES is not set
246# BR2_PACKAGE_NETKITBASE is not set
247# BR2_PACKAGE_NETKITTELNET is not set
248# BR2_PACKAGE_NETSNMP is not set
249# BR2_PACKAGE_NEWT is not set
250# BR2_PACKAGE_NTP is not set
251# BR2_PACKAGE_OPENNTPD is not set
252# BR2_PACKAGE_OPENSSH is not set
253# BR2_PACKAGE_OPENSSL is not set
254# BR2_PACKAGE_OPENVPN is not set
255# BR2_PACKAGE_PCIUTILS is not set
256# BR2_PACKAGE_PKGCONFIG is not set
257# BR2_PACKAGE_PORTAGE is not set
258# BR2_PACKAGE_PORTMAP is not set
259# BR2_PACKAGE_PPPD is not set
260# BR2_PACKAGE_PROCPS is not set
261# BR2_PACKAGE_PSMISC is not set
262# BR2_PACKAGE_PYTHON is not set
263# BR2_PACKAGE_QTE is not set
264BR2_QTE_TMAKE_VERSION="1.13"
265# BR2_PACKAGE_RAIDTOOLS is not set
266# BR2_READLINE is not set
267# BR2_PACKAGE_RSYNC is not set
268# BR2_PACKAGE_RUBY is not set
269# BR2_PACKAGE_RXVT is not set
270# BR2_PACKAGE_SDL is not set
271# BR2_PACKAGE_SFDISK is not set
272# BR2_PACKAGE_SLANG is not set
273# BR2_PACKAGE_SMARTMONTOOLS is not set
274# BR2_PACKAGE_SOCAT is not set
275# BR2_PACKAGE_SQLITE is not set
276# BR2_PACKAGE_STRACE is not set
277# BR2_PACKAGE_SUDO is not set
278# BR2_PACKAGE_SYSKLOGD is not set
279# BR2_PACKAGE_SYSVINIT is not set
280# BR2_PACKAGE_TCL is not set
281# BR2_PACKAGE_TCPDUMP is not set
282# BR2_PACKAGE_TFTPD is not set
283# BR2_PACKAGE_THTTPD is not set
284# BR2_PACKAGE_TINYLOGIN is not set
285# BR2_PACKAGE_TINYX is not set
286# BR2_PACKAGE_TN5250 is not set
287# BR2_PACKAGE_TTCP is not set
288# BR2_PACKAGE_UDEV is not set
289# BR2_PACKAGE_UDHCP is not set
290# BR2_PACKAGE_UEMACS is not set
291# BR2_PACKAGE_USBUTILS is not set
292# BR2_PACKAGE_UTIL-LINUX is not set
293# BR2_PACKAGE_VALGRIND is not set
294# BR2_PACKAGE_VTUN is not set
295# BR2_PACKAGE_WGET is not set
296# BR2_PACKAGE_WHICH is not set
297# BR2_PACKAGE_WIPE is not set
298# BR2_PACKAGE_WIRELESS_TOOLS is not set
299# BR2_PACKAGE_XFSPROGS is not set
300# BR2_PACKAGE_ZLIB is not set
301BR2_PACKAGE_HPING=y
302
303#
304# Target Options
305#
306
307#
308# filesystem for target device
309#
310# BR2_TARGET_ROOTFS_CRAMFS is not set
311# BR2_TARGET_ROOTFS_CLOOP is not set
312BR2_TARGET_ROOTFS_EXT2=y
313BR2_TARGET_ROOTFS_EXT2_BLOCKS=0
314BR2_TARGET_ROOTFS_EXT2_INODES=0
315BR2_TARGET_ROOTFS_EXT2_RESBLKS=0
316BR2_TARGET_ROOTFS_EXT2_SQUASH=y
317BR2_TARGET_ROOTFS_EXT2_OUTPUT="$(IMAGE).ext2"
318# BR2_TARGET_ROOTFS_EXT2_GZ is not set
319BR2_TARGET_ROOTFS_EXT2_COPYTO=""
320# BR2_TARGET_ROOTFS_JFFS2 is not set
321# BR2_TARGET_ROOTFS_SQUASHFS is not set
322# BR2_TARGET_ROOTFS_TAR is not set
323
324#
325# bootloader for target device
326#
327# BR2_TARGET_YABOOT is not set
328
329#
330# Board Support Options
331#
332
333#
334# Generic System Support
335#
336# BR2_TARGET_GENERIC_ACCESS_POINT is not set
337# BR2_TARGET_GENERIC_FIREWALL is not set
338# BR2_TARGET_GENERIC_DEV_SYSTEM is not set
Note: See TracBrowser for help on using the repository browser.