diff sources/configs/armv5l @ 155:ce1ca3d0f95b 0.2.1

Put zImage-$ARCH in build directory, not mini-native-$ARCH, and eliminate run-mini-native.sh in favor of generating a run script per target.
author Rob Landley <rob@landley.net>
date Mon, 09 Apr 2007 12:09:40 -0400
parents 9917743fc3c9
children 74cc851088e4
line wrap: on
line diff
--- a/sources/configs/armv5l	Mon Apr 09 12:06:12 2007 -0400
+++ b/sources/configs/armv5l	Mon Apr 09 12:09:40 2007 -0400
@@ -3,10 +3,10 @@
 GCC_FLAGS=
 BINUTILS_FLAGS=
 QEMU_TEST=$KARCH
-run_emulator()
+emulator_command()
 {
-  qemu-system-arm -M versatilepb -nographic -no-reboot -hda "$1" \
-	-kernel "$2" -append "$3 root=/dev/sda console=ttyAMA0"
+  echo qemu-system-arm -M versatilepb -nographic -no-reboot -hda "$1" \
+	-kernel "$2" -append "'$3 root=/dev/sda console=ttyAMA0'"
 }
 
 # Write out uClibc .config file.