From 952fead690378cdf2a8c8337acc2a8ec43372474 Mon Sep 17 00:00:00 2001
From: dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Fri, 5 Sep 1997 23:15:09 +0000
Subject: [PATCH]         * configure.in (*-*-rtems*): Do not build libgloss
 for rtems.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15125 138bc75d-0d04-0410-961f-82ee72b054a4
---
 ChangeLog    | 4 ++++
 configure.in | 6 ++++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index b9488877402a..7d6dc841c9d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
+
+        * configure.in (*-*-rtems*): Do not build libgloss for rtems.
+
 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
 
 	* config.sub: Handle v850-elf.
diff --git a/configure.in b/configure.in
index 70d8a87ec514..642461cf929c 100644
--- a/configure.in
+++ b/configure.in
@@ -399,6 +399,9 @@ case "${target}" in
   *-*-netware)
     noconfigdirs="$noconfigdirs target-libg++ target-libstdc++ target-librx target-newlib target-libiberty target-libgloss"
     ;;
+  *-*-rtems*)
+    noconfigdirs="$noconfigdirs target-libgloss"
+    ;;
   *-*-vxworks*)
     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
     ;;
@@ -435,8 +438,7 @@ case "${target}" in
     noconfigdirs="$noconfigdirs target-libg++ target-libstdc++ target-libio target-librx target-libgloss"
     ;;
   hppa*-*-*elf* | \
-  hppa*-*-lites* | \
-  hppa*-*-rtems* )
+  hppa*-*-lites*)
     # Do configure ld/binutils/gas for this case.
     ;;
   hppa*-*-*)
-- 
GitLab