diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 1995-02-16 00:44:43 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 1995-02-16 00:44:43 +0000 |
commit | bdbe77580ef0642d30c1da83ccbabd5d1f22213a (patch) | |
tree | 44c45738346cb2eab7cda0ac30b184168856f6f4 /gdb/testsuite/config | |
parent | be813d0223e118713d9d8627b6a0b720eb101970 (diff) | |
download | gdb-bdbe77580ef0642d30c1da83ccbabd5d1f22213a.zip gdb-bdbe77580ef0642d30c1da83ccbabd5d1f22213a.tar.gz gdb-bdbe77580ef0642d30c1da83ccbabd5d1f22213a.tar.bz2 |
* config/mt-vxworks (LDFLAGS): Set to -r.
(CFLAGS_FOR_TARGET): Removed.
* config/vx-gdb.exp: always set prompt; gdb.exp sets it to
(gdb) and gdb for vxworks uses (vxgdb).
Diffstat (limited to 'gdb/testsuite/config')
-rw-r--r-- | gdb/testsuite/config/mt-vxworks | 2 | ||||
-rw-r--r-- | gdb/testsuite/config/vx-gdb.exp | 6 |
2 files changed, 2 insertions, 6 deletions
diff --git a/gdb/testsuite/config/mt-vxworks b/gdb/testsuite/config/mt-vxworks index 23bb8bc..10d1ce4 100644 --- a/gdb/testsuite/config/mt-vxworks +++ b/gdb/testsuite/config/mt-vxworks @@ -1 +1 @@ -CFLAGS_FOR_TARGET = -r +LDFLAGS = -r diff --git a/gdb/testsuite/config/vx-gdb.exp b/gdb/testsuite/config/vx-gdb.exp index 3f0ed22..ce7b1a6 100644 --- a/gdb/testsuite/config/vx-gdb.exp +++ b/gdb/testsuite/config/vx-gdb.exp @@ -27,11 +27,7 @@ load_lib gdb.exp load_lib vxworks.exp set shell_prompt "->" - -# these need to be initialized only if site.exp doesn't set them -if ![info exists prompt] then { - set prompt "\(vxgdb\)" -} +set prompt "\[(\]vxgdb\[)\]" # # gdb_version -- extract and print the version number of gcc |