diff options
author | DJ Delorie <dj@delorie.com> | 2002-07-08 22:18:40 +0000 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2002-07-08 22:18:40 +0000 |
commit | 23a9eaac9049bb52c6e90ca3a71ee526a08dcafc (patch) | |
tree | 28a54d923281a3ccde984a646c2198b01747b09f /configure.in | |
parent | 55f432330f921c5ebc05615843fdfec5c1e0167e (diff) | |
download | gdb-23a9eaac9049bb52c6e90ca3a71ee526a08dcafc.tar.gz |
* configure.in: Don't build grez.
* Makefile.in: Ditto.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.in b/configure.in index 8de7b906b03..0eb378257de 100644 --- a/configure.in +++ b/configure.in @@ -641,12 +641,6 @@ case "${target}" in *-*-lynxos*) noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}" ;; - *-*-macos* | \ - *-*-mpw*) - # Macs want a resource compiler. - configdirs="$configdirs grez" - noconfigdirs="$noconfigdirs ${libgcj}" - ;; *-*-*) noconfigdirs="$noconfigdirs ${libgcj}" ;; |