diff options
author | Stan Shebs <shebs@codesourcery.com> | 1997-10-27 21:20:35 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1997-10-27 21:20:35 +0000 |
commit | 4f9cfe69b4636abc5ec8d345d142522f4d246723 (patch) | |
tree | 583afd94bd858c1c371f9ea8b3e99a94c888c338 /configure.in | |
parent | 084219a513c1cb0e540a5a63ec24a0867d449bcc (diff) | |
download | gdb-4f9cfe69b4636abc5ec8d345d142522f4d246723.zip gdb-4f9cfe69b4636abc5ec8d345d142522f4d246723.tar.gz gdb-4f9cfe69b4636abc5ec8d345d142522f4d246723.tar.bz2 |
* configure.in: Remove a "second pass" of tweaking noconfigdirs,
is no longer needed.
Getting the General Magic roaches hiding in the corners...
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.in b/configure.in index 953047e..129efee 100644 --- a/configure.in +++ b/configure.in @@ -640,13 +640,6 @@ case "${target}" in ;; esac -# targets that need a second pass -case "${target}" in - *-gm-magic*) - noconfigdirs="$noconfigdirs target-libgloss" - ;; -esac - # If we aren't building newlib, then don't build libgloss, since libgloss # depends upon some newlib header files. case "${noconfigdirs}" in |