projects
/
platform
/
upstream
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b062e55
)
* Makefile.in: define empty GDB_NLM_DEPS var.
author
Jason Molenda
<crash@cygnus>
Fri, 31 Mar 1995 19:41:26 +0000
(19:41 +0000)
committer
Jason Molenda
<crash@cygnus>
Fri, 31 Mar 1995 19:41:26 +0000
(19:41 +0000)
* 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.
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
5ee69c3
..
563625b
100644
(file)
--- 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