diff options
author | Rob Savoye <rob@cygnus> | 1993-06-24 23:19:51 +0000 |
---|---|---|
committer | Rob Savoye <rob@cygnus> | 1993-06-24 23:19:51 +0000 |
commit | 453592cae0763c244a05e85f30265774405e43df (patch) | |
tree | 7f8f41d29064bdb603e3f37e09b87f1fe19edad2 /gdb/testsuite/config | |
parent | b8774958a0e51280e863a907378158a852b1a5fa (diff) | |
download | gdb-453592cae0763c244a05e85f30265774405e43df.zip gdb-453592cae0763c244a05e85f30265774405e43df.tar.gz gdb-453592cae0763c244a05e85f30265774405e43df.tar.bz2 |
Add RUNTEST so make can use the right one.
Diffstat (limited to 'gdb/testsuite/config')
-rw-r--r-- | gdb/testsuite/config/mt-m68k-vx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/testsuite/config/mt-m68k-vx b/gdb/testsuite/config/mt-m68k-vx index db3b284..eef7acb 100644 --- a/gdb/testsuite/config/mt-m68k-vx +++ b/gdb/testsuite/config/mt-m68k-vx @@ -1,3 +1,6 @@ +RUNTEST = m68k-vxworks-runtest +RUNTESTFLAGS = + # compilers and assemblers CC = m68k-vxworks-gcc CFLAGS = -g -r -D${target_os} -I/cygint/limbo/unsupported/packages/vxworks/vx68/5.0.3/h |