summaryrefslogtreecommitdiff
path: root/misc/buildroot/toolchain
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-04-22 11:00:04 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-04-22 11:00:04 +0000
commitf8e7d6864a9a99101b69cfcf1d3ef623616ac0f3 (patch)
treea1796de6195a2225a5ad1e5ab6b38c143e260a1a /misc/buildroot/toolchain
parent77a06aff994efd1f01e509be3e78fc6d41554083 (diff)
downloadnuttx-f8e7d6864a9a99101b69cfcf1d3ef623616ac0f3.tar.gz
nuttx-f8e7d6864a9a99101b69cfcf1d3ef623616ac0f3.tar.bz2
nuttx-f8e7d6864a9a99101b69cfcf1d3ef623616ac0f3.zip
Remove dead code
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1721 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc/buildroot/toolchain')
-rw-r--r--misc/buildroot/toolchain/gcc/Makefile.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/misc/buildroot/toolchain/gcc/Makefile.in b/misc/buildroot/toolchain/gcc/Makefile.in
index abbac5371..3d28e3a4e 100644
--- a/misc/buildroot/toolchain/gcc/Makefile.in
+++ b/misc/buildroot/toolchain/gcc/Makefile.in
@@ -44,11 +44,6 @@ TARGET_SOFT_FLOAT:=
ARCH_FPU_SUFFIX:=
endif
-TARGET_GCC_FLAGS= CFLAGS_FOR_TARGET="$(TARGET_CFLAGS) $(TARGET_SOFT_FLOAT)" \
- CXXFLAGS_FOR_TARGET="$(TARGET_CFLAGS) $(TARGET_SOFT_FLOAT)" \
- CFLAGS="$(TARGET_CFLAGS) $(TARGET_SOFT_FLOAT)" \
- BOOT_CFLAGS="$(TARGET_CFLAGS) $(TARGET_SOFT_FLOAT)"
-
ifeq ($(strip $(BR2_PACKAGE_GCC_TARGET)),y)
# pull in config opts from the user
EXTRA_TARGET_GCC_CONFIG_OPTIONS:=$(strip $(subst ",, $(BR2_EXTRA_TARGET_GCC_CONFIG_OPTIONS)))