* sparclite: Removed subdirectory. aload and eload are now in

utils/sparclite, low-level library is in libgloss.
	* configure.in (sparclite*): Don't configure sparclite subdir.
	* configure: Update.
	* Makefile.in (TARDIRS): Remove, no longer used.
This commit is contained in:
Stan Shebs
1995-07-29 21:59:26 +00:00
parent 96fd3d08f9
commit 86b40da4da
3 changed files with 8 additions and 4 deletions

2
gdb/configure vendored
View File

@ -1674,8 +1674,6 @@ np1) gdb_target_cpu=gould ;;
powerpc*) gdb_target_cpu=powerpc ;;
pn) gdb_target_cpu=gould ;;
pyramid) gdb_target_cpu=pyr ;;
sparclite*) gdb_target_cpu=sparc
configdirs="${configdirs} sparclite" ;;
sparc*) gdb_target_cpu=sparc ;;
*) gdb_target_cpu=$target_cpu ;;