summaryrefslogtreecommitdiff
path: root/toolchain/gcc/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-06-03 08:14:57 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-06-03 08:14:57 +0200
commit880a694987b2500a302722530615ec5e70a1d507 (patch)
treeed20dc94d0916995d44ef06dc9c5934ff4cc3cb6 /toolchain/gcc/Makefile
parente00bf1d2b054c3f2280c63c23bc682c67a25d1b2 (diff)
package updates and rescue-x86_64 fix
- merge device-mapper and lvm package, because of upstream merge - update squid to latest stable version - add no64-lib patch for gcc, which fixes cross-build from x86 to x86_64
Diffstat (limited to 'toolchain/gcc/Makefile')
-rw-r--r--toolchain/gcc/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile
index 8aaaeb808..e573d922e 100644
--- a/toolchain/gcc/Makefile
+++ b/toolchain/gcc/Makefile
@@ -89,7 +89,6 @@ $(WRKBUILD)/.compiled: $(GCC_BUILD_DIR2)/.configured
$(WRKBUILD)/.installed: $(WRKBUILD)/.compiled
PATH=$(TARGET_PATH) $(MAKE) -C $(GCC_BUILD_DIR2) install
- echo $(GCC_VERSION) > $(STAGING_TOOLS)/gcc_version
# Set up the symlinks to enable lying about target name.
set -e; \
(cd $(STAGING_TOOLS); \