diff root-filesystem.sh @ 905:023b577fb865

Break up sources/sections/binutils-gcc.sh into binutils, gcc, and ccwrap, plus more gcc->cc cleanup.
author Rob Landley <rob@landley.net>
date Sat, 28 Nov 2009 18:10:43 -0600
parents db0f536aee7c
children 5e0cbc73da55
line wrap: on
line diff
--- a/root-filesystem.sh	Thu Nov 26 14:53:29 2009 -0600
+++ b/root-filesystem.sh	Sat Nov 28 18:10:43 2009 -0600
@@ -73,7 +73,9 @@
 
 # Build binutils, gcc, and ccwrap
 
-STAGE_DIR="$ROOT_TOPDIR" build_section binutils-gcc
+STAGE_DIR="$ROOT_TOPDIR" build_section binutils
+STAGE_DIR="$ROOT_TOPDIR" build_section gcc
+STAGE_DIR="$ROOT_TOPDIR" build_section ccwrap
 
 # Tell future packages to link against the libraries in the new root filesystem,
 # rather than the ones in the cross compiler directory.