diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-06-15 19:49:41 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-06-15 19:49:41 +0000 |
commit | 9da7b23745f0614c47edc34d807dcdde55ca8a47 (patch) | |
tree | e1e5e3edda25f050989935eefea4b698d9f1520a /gdb/testsuite/config/mt-hpux | |
parent | 48f6098e1de5a86f18446acd6fa51a0e7a90c937 (diff) | |
download | gdb-9da7b23745f0614c47edc34d807dcdde55ca8a47.zip gdb-9da7b23745f0614c47edc34d807dcdde55ca8a47.tar.gz gdb-9da7b23745f0614c47edc34d807dcdde55ca8a47.tar.bz2 |
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.
Diffstat (limited to 'gdb/testsuite/config/mt-hpux')
-rw-r--r-- | gdb/testsuite/config/mt-hpux | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/testsuite/config/mt-hpux b/gdb/testsuite/config/mt-hpux new file mode 100644 index 0000000..a6960a2e --- /dev/null +++ b/gdb/testsuite/config/mt-hpux @@ -0,0 +1,4 @@ +# Force static linking for nodebug case. + +NODEBUG_FLAGS = -Wl,-a,archive + |