summaryrefslogtreecommitdiffstats
path: root/c/src/librdbg/configure.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-12-06 13:44:56 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-12-06 13:44:56 +0000
commit39e6bbe1aa6212cfad9f1424a5e3e0394aeec1f9 (patch)
tree388f8282e3587c4956c0114ea1987e3ba43f9ca6 /c/src/librdbg/configure.in
parentchanged version to 19991203 (diff)
downloadrtems-39e6bbe1aa6212cfad9f1424a5e3e0394aeec1f9.tar.bz2
Patch patches-rc-19991203-1.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
which makes i386 code available for all BSPs not just pc386. This is correct since the code is really general to all i386 BSPs now.
Diffstat (limited to 'c/src/librdbg/configure.in')
-rw-r--r--c/src/librdbg/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/librdbg/configure.in b/c/src/librdbg/configure.in
index 6c7a0f419a..c635e2604e 100644
--- a/c/src/librdbg/configure.in
+++ b/c/src/librdbg/configure.in
@@ -59,7 +59,7 @@ include/rdbg/i386/Makefile
include/rdbg/powerpc/Makefile
src/Makefile
src/i386/Makefile
-src/i386/pc386/Makefile
+src/i386/any/Makefile
src/powerpc/Makefile
src/powerpc/mcp750/Makefile
)