aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-03-31 21:29:17 +0000
committerIan Lance Taylor <ian@airs.com>1997-03-31 21:29:17 +0000
commit7f5d96ba8973331023ef1a225166e7e638df9796 (patch)
tree03e156733d7b60202f0415fd27c88d1fd9e16884 /configure.in
parent34c6830141b591ef4a8cb215a94f3bc1ee971e1b (diff)
downloadgdb-7f5d96ba8973331023ef1a225166e7e638df9796.zip
gdb-7f5d96ba8973331023ef1a225166e7e638df9796.tar.gz
gdb-7f5d96ba8973331023ef1a225166e7e638df9796.tar.bz2
Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
* configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 43113ee..4d56ae4 100644
--- a/configure.in
+++ b/configure.in
@@ -14,7 +14,7 @@
## For more information on these two systems, check out the documentation
## for 'Autoconf' (autoconf.texi) and 'Configure' (configure.texi).
-# Copyright (C) 1992, 93, 94, 95, 1996 Free Software Foundation, Inc.
+# Copyright (C) 1992, 93, 94, 95, 96, 1997 Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@@ -437,7 +437,8 @@ case "${target}" in
noconfigdirs="$noconfigdirs target-libg++ target-libstdc++ target-libio target-librx target-libgloss"
;;
hppa*-*-*elf* | \
- hppa*-*-lites*)
+ hppa*-*-lites* | \
+ hppa*-*-rtems* )
# Do configure ld/binutils/gas for this case.
;;
hppa*-*-*)