projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72df711
)
* configure.in (*-*-ose): Remove exclusion of libgloss for this
author
Brendan Kehoe
<brendan@cygnus>
Wed, 31 Jul 1996 00:51:54 +0000
(
00:51
+0000)
committer
Brendan Kehoe
<brendan@cygnus>
Wed, 31 Jul 1996 00:51:54 +0000
(
00:51
+0000)
target, it now compiles correctly.
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index 6e31511736dc24d91fb4d9aeb0a37082e6d64140..80f1456e8de35fa98e38f71a71a7f7132756d370 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-391,9
+391,6
@@
case "${target}" in
*-*-vxworks*)
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
;;
- *-*-ose)
- noconfigdirs="$noconfigdirs target-libgloss"
- ;;
alpha-dec-osf*)
# ld works, but does not support shared libraries. emacs doesn't
# work. newlib is not 64 bit ready. I'm not sure about fileutils or grep.