diff sources/sections/gcc.sh @ 1079:ce7cc07f44b3

Fix alt-gcc build and remove alt-patches for gcc and binutils.
author Rob Landley <rob@landley.net>
date Fri, 14 May 2010 04:26:34 -0500
parents f2b4d7297c9d
children affef1edbdba
line wrap: on
line diff
--- a/sources/sections/gcc.sh	Fri May 14 04:19:58 2010 -0500
+++ b/sources/sections/gcc.sh	Fri May 14 04:26:34 2010 -0500
@@ -127,5 +127,6 @@
 
 rm -rf "${STAGE_DIR}"/{lib/gcc,libexec/gcc/install-tools,bin/${ARCH}-unknown-*}
 
-mv "$WORK"/{gcc-core,gcc}
+# Little dance so binary package tarball would be called "gcc", not "gcc-core".
+mv "$WORK"/{*gcc-core,gcc}
 PACKAGE=gcc cleanup build-gcc