From 7f5d96ba8973331023ef1a225166e7e638df9796 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 31 Mar 1997 21:29:17 +0000 Subject: [PATCH] Mon Mar 31 16:26:55 1997 Joel Sherrill * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*. --- configure.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 43113eeb00..4d56ae4058 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*-*-*)