Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
authorStan Shebs <shebs@codesourcery.com>
Wed, 15 Jun 1994 19:49:41 +0000 (19:49 +0000)
committerStan Shebs <shebs@codesourcery.com>
Wed, 15 Jun 1994 19:49:41 +0000 (19:49 +0000)
* config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
Remove all CC, etc definitions.
* config/mt-hpux: New file.
* config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
(CFLAGS, LDFLAGS): Define.
* config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.

gdb/testsuite/ChangeLog
gdb/testsuite/config/mt-a29k-udi
gdb/testsuite/config/mt-hpux [new file with mode: 0644]
gdb/testsuite/config/mt-i960-nindy
gdb/testsuite/config/mt-mips-ecoff
gdb/testsuite/config/mt-slite
gdb/testsuite/config/mt-sparc-aout

index 315c67c79a281642e5f07a2b56bfeb16d44c96e0..eb13bd5525e9a0288173457e024497268be75b94 100644 (file)
@@ -1,5 +1,12 @@
 Wed Jun 15 12:10:10 1994  Stan Shebs  (shebs@andros.cygnus.com)
 
+       * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
+       Remove all CC, etc definitions.
+       * config/mt-hpux: New file.
+       * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
+       (CFLAGS, LDFLAGS): Define.
+       * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
+
        * Makefile.in (site.exp): Don't insert host_os, etc.
        (just-check): Just use RUNTEST with RUNTESTFLAGS only.
        (distclean): Check existence of subdir.
index b3b4e4d93183e5f1c6131d77784808a9f56d31c2..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,59 +0,0 @@
-# compilers and assemblers
-CC = a29k-amd-udi-gcc
-CFLAGS = -g -D${target_os}
-C++ = ${CC}
-C++FLAGS = ${CFLAGS}
-CXX = ${CC}
-CXXFLAGS = ${CFLAGS}
-AS = a29k-amd-udi-as
-ASFLAGS = 
-FC =
-FCFLAGS = 
-LD = ld
-LDFLAGS = 
-LIBS =
-
-# binutils
-
-RANLIB = a29k-amd-udi-ranlib
-RANLIBFLAGS =
-
-NM = a29k-amd-udi-nm
-NMFLAGS =
-
-SIZE = a29k-amd-udi-size
-SIZEFLAGS =
-
-STRIP = a29k-amd-udi-strip
-STRIPFLAGS =
-
-OBJDUMP = a29k-amd-udi-objdump
-OBJDUMPFLAGS =
-
-DEMANGLE = a29k-amd-udi-demangle
-DEMANGLEFLAGS =
-
-COPY = a29k-amd-udi-copy
-COPYFLAGS =
-
-# other utils
-LEX = flex
-LEXFLAGS =
-
-YACC = byacc
-YACCFLAGS = 
-
-AR = a29k-amd-udi-ar
-ARFLAGS =
-
-CPP = ${CC} -E
-CPPFLAGS = 
-
-GDB = a29k-amd-udi-gdb
-GDBFLAGS = -nx
-
-DIFF = diff
-DIFFFLAGS = 
-
-RUNTEST=a29k-amd-udi-runtest
-RUNTESTFLAGS=
diff --git a/gdb/testsuite/config/mt-hpux b/gdb/testsuite/config/mt-hpux
new file mode 100644 (file)
index 0000000..a6960a2
--- /dev/null
@@ -0,0 +1,4 @@
+# Force static linking for nodebug case.
+
+NODEBUG_FLAGS = -Wl,-a,archive
+
index bf5e4860d774a049fe665f700443873fcc54bf54..9786c51b3c388452c8c917538f92ae2a9879dceb 100644 (file)
@@ -1,59 +1 @@
-# compilers and assemblers
-CC = i960-intel-nindy-gcc
-CFLAGS = -g -D${target_os}
-C++ = ${CC}
-C++FLAGS = ${CFLAGS}
-CXX = ${CC}
-CXXFLAGS = ${CFLAGS}
-AS = i960-intel-nindy-as
-ASFLAGS = 
-FC =
-FCFLAGS = 
-LD = ld
-LDFLAGS = 
-LIBS = 
-
-# binutils
-
-RANLIB = i960-intel-nindy-ranlib
-RANLIBFLAGS =
-
-NM = i960-intel-nindy-nm
-NMFLAGS =
-
-SIZE = i960-intel-nindy-size
-SIZEFLAGS =
-
-STRIP = i960-intel-nindy-strip
-STRIPFLAGS =
-
-OBJDUMP = i960-intel-nindy-objdump
-OBJDUMPFLAGS =
-
-DEMANGLE = i960-intel-nindy-demangle
-DEMANGLEFLAGS =
-
-COPY = i960-intel-nindy-copy
-COPYFLAGS =
-
-# other utils
-LEX = flex
-LEXFLAGS =
-
-YACC = byacc
-YACCFLAGS = 
-
-AR = i960-intel-nindy-ar
-ARFLAGS =
-
-CPP = ${CC} -E
-CPPFLAGS = 
-
-GDB = i960-intel-nindy-gdb
-GDBFLAGS = -nx
-
-DIFF = diff
-DIFFFLAGS = 
-
-RUNTEST=i960-intel-nindy-runtest
-RUNTESTFLAGS=
+LDFLAGS_FOR_TARGET = -nostartfiles
index 2a626264901fb78f024d93b34f59460e3c9bebb6..90dd031785e91437140af6fb6883ba8f323b2280 100644 (file)
@@ -1 +1,2 @@
-CFLAGS_FOR_TARGET =  -nostartfiles /s1/cygnus/dejagnu/mips-idt-ecoff/crt0.o /s1/cygnus/dejagnu/mips-idt-ecoff/libc.a -g
+CFLAGS = -I/s1/cygnus/dejagnu/mips-idt-ecoff/include -g
+LDFLAGS = -nostartfiles /s1/cygnus/dejagnu/mips-idt-ecoff/crt0.o -L/s1/cygnus/dejagnu/mips-idt-ecoff -g
index 2cae3ec01a1d90dda73b9b496202e1ad727852f2..4f1c5284f9efe5628e654c887b450d6417f0ee86 100644 (file)
@@ -1 +1 @@
-CFLAGS_FOR_TARGET = -Tex93x.ld -nostartfiles -N
+LDFLAGS = -Tex93x.ld -nostartfiles -N
index c3abe6504e2966213a89390972c02cd08d6b417d..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,59 +0,0 @@
-# compilers and assemblers
-CC = sparc-aout-gcc
-CFLAGS = -g -D${target_os}
-C++ = ${CC}
-C++FLAGS = ${CFLAGS}
-CXX = ${CC}
-CXXFLAGS = ${CFLAGS}
-AS = sparc-aout-as
-ASFLAGS = 
-FC =
-FCFLAGS = 
-LD = ld
-LDFLAGS = 
-LIBS = 
-
-# binutils
-
-RANLIB = sparc-aout-ranlib
-RANLIBFLAGS =
-
-NM = sparc-aout-nm
-NMFLAGS =
-
-SIZE = sparc-aout-size
-SIZEFLAGS =
-
-STRIP = sparc-aout-strip
-STRIPFLAGS =
-
-OBJDUMP = sparc-aout-objdump
-OBJDUMPFLAGS =
-
-DEMANGLE = sparc-aout-demangle
-DEMANGLEFLAGS =
-
-COPY = sparc-aout-copy
-COPYFLAGS =
-
-# other utils
-LEX = flex
-LEXFLAGS =
-
-YACC = byacc
-YACCFLAGS = 
-
-AR = sparc-aout-ar
-ARFLAGS =
-
-CPP = ${CC} -E
-CPPFLAGS = 
-
-GDB = sparc-aout-gdb
-GDBFLAGS = -nx
-
-DIFF = diff
-DIFFFLAGS = 
-
-RUNTESTFLAGS=sparc-aout-runtest
-RUNTESTFLAGS=
This page took 0.033612 seconds and 4 git commands to generate.