diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-04-08 18:24:03 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-04-08 18:24:03 +0000 |
commit | a649a160fe8ff840668539f5fdfce1e2ad5302d6 (patch) | |
tree | 7ec5966ace247093a3388f5180f45f6702afb47f /configure.in | |
parent | ca6a826d84d020d08a619a055c5769d4d55e0ea9 (diff) | |
download | gdb-a649a160fe8ff840668539f5fdfce1e2ad5302d6.zip gdb-a649a160fe8ff840668539f5fdfce1e2ad5302d6.tar.gz gdb-a649a160fe8ff840668539f5fdfce1e2ad5302d6.tar.bz2 |
* configure.in: Removed obsolete references to bfd_target and
target_makefile_frag.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/configure.in b/configure.in index b66fafa..7d28c07 100644 --- a/configure.in +++ b/configure.in @@ -107,17 +107,6 @@ esac # per-target: -bfd_target= - -case "${target}" in - a29k-amd-ebmon) bfd_target="ebmon29k" ;; - a29k-amd-udi) bfd_target="udi29k" ;; - a29k-amd-*) echo "bad target_os for amd" 1>&2 - exit 1 - ;; -esac - - # some tools are so dependent upon X11 that if we're not building with X, # it's not even worth trying to configure, much less build, that tool. @@ -203,8 +192,6 @@ esac # withoptions="$withoptions -with-gnu-ld" #fi -target_makefile_frag=config/mt-${bfd_target} - # # Local Variables: # fill-column: 131 |