Remove some fragments left over from the 'qstrip' transition
authorMichael Roth <mroth@nessie.de>
Wed, 23 Sep 2009 10:24:50 +0000 (12:24 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 23 Sep 2009 10:38:24 +0000 (12:38 +0200)
Commit af2390c0f437dbb26a31150eb7d526e1d0bdfd1a overlooked some
old comment fragments.

Signed-off-by: Michael Roth <mroth@nessie.de>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
toolchain/gcc/Makefile.in

index e14847449522ba78f54c21c9ec5485178cfbc7dc..e052b83b46d6a9e50b6b7c45a84aaf2c5eeb94e3 100644 (file)
@@ -52,15 +52,12 @@ endif
 
 # some additional defaults
 ifneq ($(call qstrip,$(BR2_GCC_TARGET_ARCH)),)
-# ")))
 GCC_WITH_ARCH:=--with-arch=$(BR2_GCC_TARGET_ARCH)
 endif
 ifneq ($(call qstrip,$(BR2_GCC_TARGET_TUNE)),)
-# ")))
 GCC_WITH_TUNE:=--with-tune=$(BR2_GCC_TARGET_TUNE)
 endif
 ifneq ($(call qstrip,$(BR2_GCC_TARGET_ABI)),)
-# ")))
 GCC_WITH_ABI:=--with-abi=$(BR2_GCC_TARGET_ABI)
 endif