diff options
author | Jason Molenda <crash@cygnus> | 1995-03-31 19:41:26 +0000 |
---|---|---|
committer | Jason Molenda <crash@cygnus> | 1995-03-31 19:41:26 +0000 |
commit | 138e85322bfe0f788e8c3cc7286ecbcab8bbc0ee (patch) | |
tree | 9265f503a9c7aa7d814c71171608b04a2f32e4a3 /configure.in | |
parent | b062e55c5fd650114a56b87b02c514d910681e27 (diff) | |
download | gdb-138e85322bfe0f788e8c3cc7286ecbcab8bbc0ee.zip gdb-138e85322bfe0f788e8c3cc7286ecbcab8bbc0ee.tar.gz gdb-138e85322bfe0f788e8c3cc7286ecbcab8bbc0ee.tar.bz2 |
* Makefile.in: define empty GDB_NLM_DEPS var.
* configure.in(target_makefile_frag): use config/mt-netware
for netware targets.
all-gdb only builds all-gcc and all-ld if we're building for a netware
target.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 5ee69c3..563625b 100644 --- a/configure.in +++ b/configure.in @@ -186,6 +186,8 @@ fi case "${target}" in v810*) target_makefile_frag=config/mt-v810 ;; + i[345]86-*-netware*) target_makefile_frag=config/mt-netware ;; + powerpc-*-netware*) target_makefile_frag=config/mt-netware ;; esac gasdir=gas |