diff options
author | Stan Shebs <shebs@codesourcery.com> | 1995-07-29 21:59:26 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1995-07-29 21:59:26 +0000 |
commit | 86b40da4da9a1dd374abc1ec2f0250a52895ce29 (patch) | |
tree | e27708ec4ba4fb4979a8dae686a3a2b87ddd795f /gdb/configure | |
parent | 96fd3d08f9911add5dfbdb49c85fad8cf40d43fd (diff) | |
download | gdb-86b40da4da9a1dd374abc1ec2f0250a52895ce29.zip gdb-86b40da4da9a1dd374abc1ec2f0250a52895ce29.tar.gz gdb-86b40da4da9a1dd374abc1ec2f0250a52895ce29.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/configure')
-rwxr-xr-x | gdb/configure | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/configure b/gdb/configure index 2c045fe..39018c4 100755 --- a/gdb/configure +++ b/gdb/configure @@ -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 ;; |