From f8e7d6864a9a99101b69cfcf1d3ef623616ac0f3 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 22 Apr 2009 11:00:04 +0000 Subject: Remove dead code git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1721 42af7a65-404d-4744-a932-0658087f49c3 --- misc/buildroot/toolchain/gcc/Makefile.in | 5 ----- 1 file changed, 5 deletions(-) (limited to 'misc/buildroot/toolchain/gcc') 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))) -- cgit v1.2.3