summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2014-10-13 23:03:10 +0200
committerChristophe Lyon <christophe.lyon@linaro.org>2014-10-13 23:03:10 +0200
commite563fcfa399fbb9585ee4b57946d77b0c9e3fbae (patch)
treea3669fd50c55da959f7c36172d8f3b7d17c4bae7
parentcc22597ccab3beb5b6196f63dec496bf518b7fc0 (diff)
Add myarm-sim.exp and make site-qemu.exp use it.
-rw-r--r--myarm-sim.exp2
-rw-r--r--site-qemu.exp4
2 files changed, 4 insertions, 2 deletions
diff --git a/myarm-sim.exp b/myarm-sim.exp
new file mode 100644
index 0000000..e1474d7
--- /dev/null
+++ b/myarm-sim.exp
@@ -0,0 +1,2 @@
+load_base_board_description "arm-sim"
+set_board_info wrap_compile_flags "-mword-relocations"
diff --git a/site-qemu.exp b/site-qemu.exp
index 1614613..95e058b 100644
--- a/site-qemu.exp
+++ b/site-qemu.exp
@@ -4,12 +4,12 @@ case "$target_triplet" in {
{ "arm-*-*eabi*" "arm*-*-elf*" "xscale*-*-elf*"} {
global SIM
- set target_list { "arm-sim{TARGLIST}" }
+ set target_list { "myarm-sim{TARGLIST}" }
set SIM "QEMU_WRAPPER"
}
{ "armeb-*-*eabi*" } {
- set target_list { "arm-sim{TARGLIST}" }
+ set target_list { "myarm-sim{TARGLIST}" }
global SIM
set SIM "QEMU_WRAPPER"
}