]> Git Repo - buildroot-mgba.git/blame - configs/qemu_sh4_r2d_defconfig
qemu/mipsel-malta: update to use kernel 3.3
[buildroot-mgba.git] / configs / qemu_sh4_r2d_defconfig
CommitLineData
f66d4b05
PR
1# Architecture
2BR2_sh=y
3BR2_sh4=y
4
1836d233
GZ
5# system
6BR2_TARGET_GENERIC_GETTY=y
40fcbc35 7BR2_TARGET_GENERIC_GETTY_PORT="ttySC1"
1836d233 8
319815a5
PK
9# filesystem
10BR2_TARGET_ROOTFS_EXT2=y
f12b1771 11# BR2_TARGET_ROOTFS_TAR is not set
319815a5 12
74783996
GZ
13# Avoid 3.3+ headers
14BR2_KERNEL_HEADERS_3_2=y
15
f66d4b05
PR
16# The kernel wants to use the -m4-nofpu option to make sure that it
17# doesn't use floating point operations.
18BR2_GCC_VERSION_4_5_X=y
19BR2_EXTRA_GCC_CONFIG_OPTIONS="--with-multilib-list=m4,m4-nofpu"
20
21# Linux kernel
22BR2_LINUX_KERNEL=y
23BR2_LINUX_KERNEL_CUSTOM_VERSION=y
74783996 24BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.2.12"
f66d4b05 25BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
9adf75d9 26BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/sh4-r2d/linux-3.2.config"
f66d4b05 27BR2_LINUX_KERNEL_ZIMAGE=y
This page took 0.087034 seconds and 4 git commands to generate.