diff options
author | Michael Roth <mroth@nessie.de> | 2009-09-23 12:24:50 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-09-23 12:38:24 +0200 |
commit | a4c6231cfcabfe164bb15df88a47da1941420b0a (patch) | |
tree | 96d6cc7568ec2f2c8867534971fd08ffc0b10bb2 /toolchain | |
parent | 18994732d3593a884260d943be3321b9dd4232a3 (diff) |
Remove some fragments left over from the 'qstrip' transition
Commit af2390c0f437dbb26a31150eb7d526e1d0bdfd1a overlooked some
old comment fragments.
Signed-off-by: Michael Roth <mroth@nessie.de>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/gcc/Makefile.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/toolchain/gcc/Makefile.in b/toolchain/gcc/Makefile.in index e14847449..e052b83b4 100644 --- a/toolchain/gcc/Makefile.in +++ b/toolchain/gcc/Makefile.in @@ -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 |