comparison sources/configs/armv4l @ 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 dd831d7ccf4d
children 5b278c8f0f9e
comparison
equal deleted inserted replaced
154:47b14e5d6117 155:ce1ca3d0f95b
1 KARCH=arm 1 KARCH=arm
2 KERNEL_PATH=arch/${KARCH}/boot/zImage 2 KERNEL_PATH=arch/${KARCH}/boot/zImage
3 GCC_FLAGS="--with-float=soft" 3 GCC_FLAGS="--with-float=soft"
4 BINUTILS_FLAGS= 4 BINUTILS_FLAGS=
5 QEMU_TEST=$KARCH 5 QEMU_TEST=$KARCH
6 run_emulator() 6 emulator_command()
7 { 7 {
8 qemu-system-arm -M versatilepb -nographic -no-reboot -hda "$1" \ 8 echo qemu-system-arm -M versatilepb -nographic -no-reboot -hda "$1" \
9 -kernel "$2" -append "$3 root=/dev/sda console=ttyAMA0" 9 -kernel "$2" -append "'$3 root=/dev/sda console=ttyAMA0'"
10 } 10 }
11 11
12 # Write out uClibc .config file. 12 # Write out uClibc .config file.
13 13
14 cat > "${WORK}"/miniconfig-uClibc << 'EOF' 14 cat > "${WORK}"/miniconfig-uClibc << 'EOF'