OSDN Git Service

* configure.in (*-*-rtems*): Do not build libgloss for rtems.
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Sep 1997 23:15:09 +0000 (23:15 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Sep 1997 23:15:09 +0000 (23:15 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15125 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
configure.in

index b948887..7d6dc84 100644 (file)
--- 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.
index 70d8a87..642461c 100644 (file)
@@ -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*-*-*)