summaryrefslogtreecommitdiff
path: root/misc/buildroot/toolchain/gcc/Config.in
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-01-06 13:37:36 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-01-06 13:37:36 +0000
commit68b1c0a591b94fe7ae59da4b929fbd8561f88718 (patch)
tree85590e4e464481fa07613e0563441e2055e2a0d3 /misc/buildroot/toolchain/gcc/Config.in
parent22dec0ce41614f36c9e09f77d1145425b64527b3 (diff)
downloadpx4-nuttx-68b1c0a591b94fe7ae59da4b929fbd8561f88718.tar.gz
px4-nuttx-68b1c0a591b94fe7ae59da4b929fbd8561f88718.tar.bz2
px4-nuttx-68b1c0a591b94fe7ae59da4b929fbd8561f88718.zip
Add ARM 4.2.4 toolchain
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1465 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc/buildroot/toolchain/gcc/Config.in')
-rw-r--r--misc/buildroot/toolchain/gcc/Config.in26
1 files changed, 13 insertions, 13 deletions
diff --git a/misc/buildroot/toolchain/gcc/Config.in b/misc/buildroot/toolchain/gcc/Config.in
index f883723b0..ecf2d67cd 100644
--- a/misc/buildroot/toolchain/gcc/Config.in
+++ b/misc/buildroot/toolchain/gcc/Config.in
@@ -103,19 +103,19 @@ config BR2_GCC_VERSION
default "4.2" if BR2_GCC_VERSION_4_2
default "4.2.4" if BR2_GCC_VERSION_4_2_4
-config BR2_TOOLCHAIN_SYSROOT
- bool "Enable toolchain with --sysroot support"
- depends on BR2_GCC_SUPPORTS_SYSROOT
- default y
- help
- Enables --sysroot=dir for binutils and gcc.
- Use dir as the logical root directory for headers and libraries.
- For example, if the compiler would normally search for headers in
- /usr/include and libraries in /usr/lib, it will instead search
- dir/usr/include and dir/usr/lib.
-
- This does not work with gcc < 4.2.0 (4.1.2 gets
- ORIGINAL_AS_FOR_TARGET wrong)
+#config BR2_TOOLCHAIN_SYSROOT
+# bool "Enable toolchain with --sysroot support"
+# depends on BR2_GCC_SUPPORTS_SYSROOT
+# default y
+# help
+# Enables --sysroot=dir for binutils and gcc.
+# Use dir as the logical root directory for headers and libraries.
+# For example, if the compiler would normally search for headers in
+# /usr/include and libraries in /usr/lib, it will instead search
+# dir/usr/include and dir/usr/lib.
+#
+# This does not work with gcc < 4.2.0 (4.1.2 gets
+# ORIGINAL_AS_FOR_TARGET wrong)
config BR2_GCC_USE_SJLJ_EXCEPTIONS
bool "Enable setjmp/longjmp exceptions?"