summaryrefslogtreecommitdiff
path: root/misc/buildroot/toolchain/gcc/4.7.3/900-nuttx-nolibstdc.patch
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-02-18 12:51:36 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-02-18 12:51:36 -0600
commit2f49cca8d1c256c9c3f33a70de98dbf68c2414e3 (patch)
treed6819266ae96dd0d0423578cd5f425a8e5a5f462 /misc/buildroot/toolchain/gcc/4.7.3/900-nuttx-nolibstdc.patch
parent505e4af4af4950b5e6c5533b33039b5cd4fed9ab (diff)
downloadnuttx-2f49cca8d1c256c9c3f33a70de98dbf68c2414e3.tar.gz
nuttx-2f49cca8d1c256c9c3f33a70de98dbf68c2414e3.tar.bz2
nuttx-2f49cca8d1c256c9c3f33a70de98dbf68c2414e3.zip
Buildroot support for GCC 4.7.3 and for Cortex-M4 with hardware floating point from David Alessio
Diffstat (limited to 'misc/buildroot/toolchain/gcc/4.7.3/900-nuttx-nolibstdc.patch')
-rw-r--r--misc/buildroot/toolchain/gcc/4.7.3/900-nuttx-nolibstdc.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/buildroot/toolchain/gcc/4.7.3/900-nuttx-nolibstdc.patch b/misc/buildroot/toolchain/gcc/4.7.3/900-nuttx-nolibstdc.patch
new file mode 100644
index 000000000..5628646a6
--- /dev/null
+++ b/misc/buildroot/toolchain/gcc/4.7.3/900-nuttx-nolibstdc.patch
@@ -0,0 +1,13 @@
+--- gcc-4.5.2/configure.orig 2011-04-28 17:25:37.091035400 -0600
++++ gcc-4.5.2/configure 2011-04-28 17:26:26.868332200 -0600
+@@ -3741,6 +3741,10 @@
+ ;;
+ esac
+
++# If we are building against NuttX, then don't attempt to build libstdc++
++# (should be conditioned on --with-nuttx)
++noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3"
++
+ # If we aren't building newlib, then don't build libgloss, since libgloss
+ # depends upon some newlib header files.
+ case "${noconfigdirs}" in