* configure.in (noconfigdirs): Disable target-libio on v810-*-*.
authorJ.T. Conklin <jtc@acorntoolworks.com>
Wed, 29 Nov 1995 21:57:12 +0000 (21:57 +0000)
committerJ.T. Conklin <jtc@acorntoolworks.com>
Wed, 29 Nov 1995 21:57:12 +0000 (21:57 +0000)
* config/mt-v810 (CC_FOR_TARGET, AS_FOR_TARGET, AR_FOR_TARGET,
RANLIB_FOR_TARGET): Set as appropriate for NEC v810 toolchain.

ChangeLog
configure.in

index 53821a43a93241f4b6aa2e51d2c51bd454ba3f87..654d2f1f26bbed59f79751ec0ab349bf2eb7e7ae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
+
+       * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
+       * config/mt-v810 (CC_FOR_TARGET, AS_FOR_TARGET, AR_FOR_TARGET,
+       RANLIB_FOR_TARGET): Set as appropriate for NEC v810 toolchain.
+
 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
 
        * configure.in: Don't configure gas for alpha-dec-osf*.
index 3c10111ddbfc221173e178ecb8f46df353db060b..59428fbf6162492d201fc6bede16107e61459c8e 100644 (file)
@@ -503,7 +503,7 @@ case "${target}" in
     fi
     ;;
   v810-*-*)
-    noconfigdirs="$noconfigdirs bfd binutils gas gcc gdb ld target-libg++ target-libstdc++ opcodes"
+    noconfigdirs="$noconfigdirs bfd binutils gas gcc gdb ld target-libio target-libg++ target-libstdc++ opcodes"
     ;;
   vax-*-vms)
     noconfigdirs="$noconfigdirs bfd binutils gdb ld target-newlib opcodes"
This page took 0.02894 seconds and 4 git commands to generate.