summaryrefslogtreecommitdiff
path: root/misc/buildroot/toolchain
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-01-06 15:37:21 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-01-06 15:37:21 +0000
commit2e3d15b793bf9ff2e20fa99e13c2f142a15dca44 (patch)
tree4a50fe1845ec71122331698e8f91eccfac025458 /misc/buildroot/toolchain
parentd705df951fe8d56b3b79e33af5be468edb178e13 (diff)
downloadnuttx-2e3d15b793bf9ff2e20fa99e13c2f142a15dca44.tar.gz
nuttx-2e3d15b793bf9ff2e20fa99e13c2f142a15dca44.tar.bz2
nuttx-2e3d15b793bf9ff2e20fa99e13c2f142a15dca44.zip
Make sure ARM gcc-3.4.6 still builds
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1467 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc/buildroot/toolchain')
-rw-r--r--misc/buildroot/toolchain/gcc/Config.in2
-rw-r--r--misc/buildroot/toolchain/gdb/Config.in1
-rw-r--r--misc/buildroot/toolchain/gdb/Config.in.21
3 files changed, 0 insertions, 4 deletions
diff --git a/misc/buildroot/toolchain/gcc/Config.in b/misc/buildroot/toolchain/gcc/Config.in
index ecf2d67cd..f7b14178c 100644
--- a/misc/buildroot/toolchain/gcc/Config.in
+++ b/misc/buildroot/toolchain/gcc/Config.in
@@ -137,7 +137,6 @@ config BR2_INSTALL_LIBSTDCPP
default n
# >= 4.2.0 work fine without LARGEFILE
select BR2_LARGEFILE if !BR2_GCC_SUPPORTS_SYSROOT
- select BR2_GCC_CROSS_CXX
help
Build/install c++ compiler and libstdc++?
@@ -159,7 +158,6 @@ config BR2_INSTALL_FORTRAN
bool "Build/install Fortran compiler and runtime?"
default n
depends on !BR2_avr32
- select BR2_PACKAGE_LIBMPFR
help
Build/install Fortran compiler and runtime?
Note that it is highly recommended NOT to use gfortran
diff --git a/misc/buildroot/toolchain/gdb/Config.in b/misc/buildroot/toolchain/gdb/Config.in
index 079f52948..7465542b6 100644
--- a/misc/buildroot/toolchain/gdb/Config.in
+++ b/misc/buildroot/toolchain/gdb/Config.in
@@ -3,7 +3,6 @@ comment "Gdb Options"
config BR2_PACKAGE_GDB
bool "Build gdb debugger for the Target"
default n
- select BR2_PACKAGE_NCURSES
help
Build the full gdb debugger to run on the target.
diff --git a/misc/buildroot/toolchain/gdb/Config.in.2 b/misc/buildroot/toolchain/gdb/Config.in.2
index 695c5d5ea..430355176 100644
--- a/misc/buildroot/toolchain/gdb/Config.in.2
+++ b/misc/buildroot/toolchain/gdb/Config.in.2
@@ -5,7 +5,6 @@ comment "Gdb Options"
config BR2_PACKAGE_GDB
bool "Build gdb debugger for the Target"
default n
- select BR2_PACKAGE_NCURSES
help
Build the full gdb debugger to run on the target.