]> gcc.gnu.org Git - gcc.git/commitdiff
* configure.in (*-*-rtems*): Do not build libgloss for rtems.
authorJoel Sherrill <joel@OARcorp.com>
Fri, 5 Sep 1997 23:15:09 +0000 (23:15 +0000)
committerDoug Evans <dje@gnu.org>
Fri, 5 Sep 1997 23:15:09 +0000 (23:15 +0000)
From-SVN: r15125

ChangeLog
configure.in

index b9488877402a2667c30973d350ef32be4e1bcf45..7d6dc841c9d7cbe17bccdcc1856c456956fb9888 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 70d8a87ec5143b0a27749a5f4b13ff3fd95c3437..642461cf929c4706d1cadfa1b985118d884d340d 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*-*-*)
This page took 0.07484 seconds and 5 git commands to generate.