2008-12-05 Joel Sherrill <joel.sherrill@oarcorp.com>

* psim-shared, runtest-bottom: Tidy up more bugs.
This commit is contained in:
Joel Sherrill
2008-12-05 22:00:09 +00:00
parent 3b3d005657
commit 47ca82067b
3 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2008-12-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* psim-shared, runtest-bottom: Tidy up more bugs.
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* psim-bottom, psim-gdb-bottom, psim-gdb-top.in, psim-shared,

View File

@@ -11,7 +11,7 @@ esac
### Generate the PSIM device tree based upon the type of application being run
gen_device_tree()
{
enable_sys_ipc="yes"
enable_sysv_ipc="yes"
if [ ${use_sysv_ipc} = "yes" ] ; then
enable_sysv_ipc="yes"

View File

@@ -9,6 +9,8 @@ then
tests="$*"
fi
use_sysv_ipc="auto"
[ -d $logdir ] ||
mkdir $logdir || fatal "could not create log directory ($logdir)"