diff options
author | Bill Cox <bill@cygnus> | 1994-05-19 00:06:29 +0000 |
---|---|---|
committer | Bill Cox <bill@cygnus> | 1994-05-19 00:06:29 +0000 |
commit | d7096b9269e0a5499f20193b40fedab3ca9ddcc6 (patch) | |
tree | f14466d1a7583ffd44f481e8282fea1bacb09052 /gdb/testsuite/config | |
parent | fe031f82c4c3cd6e0eb36ec1ecf2ff2cec223d06 (diff) | |
download | gdb-d7096b9269e0a5499f20193b40fedab3ca9ddcc6.zip gdb-d7096b9269e0a5499f20193b40fedab3ca9ddcc6.tar.gz gdb-d7096b9269e0a5499f20193b40fedab3ca9ddcc6.tar.bz2 |
* config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
config/mt-slite, config/mt-unix, config/mt-vxworks: Add
Rob's new testing fragments.
Diffstat (limited to 'gdb/testsuite/config')
-rw-r--r-- | gdb/testsuite/config/mt-lynx | 1 | ||||
-rw-r--r-- | gdb/testsuite/config/mt-m68k | 1 | ||||
-rw-r--r-- | gdb/testsuite/config/mt-mips-ecoff | 1 | ||||
-rw-r--r-- | gdb/testsuite/config/mt-slite | 1 | ||||
-rw-r--r-- | gdb/testsuite/config/mt-unix | 1 | ||||
-rw-r--r-- | gdb/testsuite/config/mt-vxworks | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/gdb/testsuite/config/mt-lynx b/gdb/testsuite/config/mt-lynx new file mode 100644 index 0000000..f88f208 --- /dev/null +++ b/gdb/testsuite/config/mt-lynx @@ -0,0 +1 @@ +CFLAGS_FOR_TARGET = diff --git a/gdb/testsuite/config/mt-m68k b/gdb/testsuite/config/mt-m68k new file mode 100644 index 0000000..493d702 --- /dev/null +++ b/gdb/testsuite/config/mt-m68k @@ -0,0 +1 @@ +CFLAGS_FOR_TARGET = -Tidp.ld -nostartfiles diff --git a/gdb/testsuite/config/mt-mips-ecoff b/gdb/testsuite/config/mt-mips-ecoff new file mode 100644 index 0000000..2a62626 --- /dev/null +++ b/gdb/testsuite/config/mt-mips-ecoff @@ -0,0 +1 @@ +CFLAGS_FOR_TARGET = -nostartfiles /s1/cygnus/dejagnu/mips-idt-ecoff/crt0.o /s1/cygnus/dejagnu/mips-idt-ecoff/libc.a -g diff --git a/gdb/testsuite/config/mt-slite b/gdb/testsuite/config/mt-slite new file mode 100644 index 0000000..2cae3ec --- /dev/null +++ b/gdb/testsuite/config/mt-slite @@ -0,0 +1 @@ +CFLAGS_FOR_TARGET = -Tex93x.ld -nostartfiles -N diff --git a/gdb/testsuite/config/mt-unix b/gdb/testsuite/config/mt-unix new file mode 100644 index 0000000..d6e2c78 --- /dev/null +++ b/gdb/testsuite/config/mt-unix @@ -0,0 +1 @@ +CFLAGS_FOR_TARGET = -g diff --git a/gdb/testsuite/config/mt-vxworks b/gdb/testsuite/config/mt-vxworks new file mode 100644 index 0000000..23bb8bc --- /dev/null +++ b/gdb/testsuite/config/mt-vxworks @@ -0,0 +1 @@ +CFLAGS_FOR_TARGET = -r |