Do not remove unsupported Ada and ObjC tests in a way that breaks the

build.
This commit is contained in:
aoliva 2006-07-11 07:05:14 +00:00
parent 9231e41bc3
commit 78483f6257
1 changed files with 0 additions and 8 deletions

View File

@ -311,14 +311,6 @@ _FOO
rm -f gdb/doc/*.info
rm -f gdb/doc/*.info-*
# ... and remove the objective-c testcases -- no objective-c
rm -fr gdb/testsuite/gdb.objc
# ... and remove the ada testcases -- no ada support at all.
rm -fr gdb/testsuite/gdb.ada
# FIXME: remove gdb/gdbserver/config.h from the snapshot. Suspect a bug
# in the FSF snapshot process.
rm -f gdb/gdbserver/config.h
%build
# Initially we're in the %{gdb_src} directory.