diff test/bare/make.sh @ 327:61c9df5bffce

Changed emulated board to cortex a8 board
author Windel Bouwman
date Sat, 01 Feb 2014 17:21:21 +0100
parents ed6d0adaa626
children
line wrap: on
line diff
--- a/test/bare/make.sh	Sat Feb 01 16:54:33 2014 +0100
+++ b/test/bare/make.sh	Sat Feb 01 17:21:21 2014 +0100
@@ -1,7 +1,7 @@
 
 
-arm-none-eabi-as -mcpu=arm926ej-s -g startup.s -o startup.o
-arm-none-eabi-gcc -c -mcpu=arm926ej-s -g test.c -o test.o
+arm-none-eabi-as -mcpu=cortex-a8 -g startup.s -o startup.o
+arm-none-eabi-gcc -c -mcpu=cortex-a8 -g test.c -o test.o
 arm-none-eabi-ld -T test.ld test.o startup.o -o test.elf
 arm-none-eabi-objcopy -O binary test.elf bare.bin