forked from Imagelibrary/rtems
2006-11-17 Joel Sherrill <joel@OARcorp.com>
* psim, psim-gdb, runtest: Change toolname to match 4.8.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2006-11-17 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* psim, psim-gdb, runtest: Change toolname to match 4.8.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.60. Require automake-1.10.
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
#
|
||||
|
||||
TREE_FILE=psim_tree.${LOGNAME}
|
||||
RUN=powerpc-rtems4.7-run
|
||||
RUN=powerpc-rtems4.8-run
|
||||
|
||||
|
||||
progname=${0##*/} # fast basename hack for ksh, bash
|
||||
|
||||
@@ -34,7 +34,7 @@ echo "b _Internal_error_Occurred" >> ${GDB_FILE}
|
||||
echo "b rtems_fatal_error_occurred" >> ${GDB_FILE}
|
||||
echo "b __assert" >> ${GDB_FILE}
|
||||
|
||||
GDB=powerpc-rtems4.7-gdb
|
||||
GDB=powerpc-rtems4.8-gdb
|
||||
|
||||
${GDB} -x ${GDB_FILE} $*
|
||||
|
||||
|
||||
@@ -86,7 +86,7 @@ update_on_tick="no"
|
||||
max_run_time=$((5 * 60))
|
||||
using_print_buffer="yes"
|
||||
#simulator=/usr1/rtems/work/ada/4.00/ppc_src/b-gdb/sim/ppc/run
|
||||
simulator=powerpc-rtems-run
|
||||
simulator=powerpc-rtems4.8-run
|
||||
instruction_limit=1000000000
|
||||
sizeof_ram=8388608
|
||||
|
||||
|
||||
Reference in New Issue
Block a user