changeset 1208:74541aac72f9

Missed one (PROGRAM_PREFIX->TOOLCHAIN_PREFIX).
author Rob Landley <rob@landley.net>
date Mon, 16 Aug 2010 18:12:16 -0500
parents 4021fb1183d7
children 42bcb67165b4
files simple-cross-compiler.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/simple-cross-compiler.sh	Mon Aug 16 15:00:35 2010 -0500
+++ b/simple-cross-compiler.sh	Mon Aug 16 18:12:16 2010 -0500
@@ -26,7 +26,7 @@
 
 echo "=== Building $STAGE_NAME"
 
-export PROGRAM_PREFIX="${ARCH}-"
+export TOOLCHAIN_PREFIX="${ARCH}-"
 
 # Build binutils, gcc, and ccwrap