diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-03-31 21:29:17 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-03-31 21:29:17 +0000 |
commit | 7f5d96ba8973331023ef1a225166e7e638df9796 (patch) | |
tree | 03e156733d7b60202f0415fd27c88d1fd9e16884 /configure.in | |
parent | 34c6830141b591ef4a8cb215a94f3bc1ee971e1b (diff) | |
download | ppe42-binutils-7f5d96ba8973331023ef1a225166e7e638df9796.tar.gz ppe42-binutils-7f5d96ba8973331023ef1a225166e7e638df9796.zip |
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.in | 5 |
1 files 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*-*-*) |