comparison simple-cross-compiler.sh @ 1208:74541aac72f9

Missed one (PROGRAM_PREFIX->TOOLCHAIN_PREFIX).
author Rob Landley <rob@landley.net>
date Mon, 16 Aug 2010 18:12:16 -0500
parents 300e6d919d86
children 9252453c40d0
comparison
equal deleted inserted replaced
1207:4021fb1183d7 1208:74541aac72f9
24 24
25 # Ok, we have work to do. Announce start of stage. 25 # Ok, we have work to do. Announce start of stage.
26 26
27 echo "=== Building $STAGE_NAME" 27 echo "=== Building $STAGE_NAME"
28 28
29 export PROGRAM_PREFIX="${ARCH}-" 29 export TOOLCHAIN_PREFIX="${ARCH}-"
30 30
31 # Build binutils, gcc, and ccwrap 31 # Build binutils, gcc, and ccwrap
32 32
33 build_section binutils 33 build_section binutils
34 build_section gcc 34 build_section gcc