* configure.in: Add dvp-elf support.
authorDoug Evans <dje@google.com>
Wed, 28 Jan 1998 20:04:27 +0000 (20:04 +0000)
committerDoug Evans <dje@google.com>
Wed, 28 Jan 1998 20:04:27 +0000 (20:04 +0000)
* config.sub: Recognize dvp cpu.

ChangeLog
configure.in

index 0722485e3134c94c98ba1af19f0b18cc747d9da9..f609f9cb2d968f690f4c093597aca3d9edc689e1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+start-sanitize-sky
+Wed Jan 28 11:59:32 1998  Doug Evans  <devans@canuck.cygnus.com>
+
+       * configure.in: Add dvp-elf support.
+       * config.sub: Recognize dvp cpu.
+
+end-sanitize-sky
 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
 
        * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
index 1eb815ef69b181e668994b90609ebc3104c03566..8dc7a6a81e44d78dfde477a5831c0e824da6ce4b 100644 (file)
@@ -749,7 +749,7 @@ case "${target}" in
     fi
     ;;
 # start-sanitize-sky
-  txvu-*-elf*)
+  txvu-*-elf* | dvp-*-elf*)
     noconfigdirs="$noconfigdirs gcc"
     noconfigdirs="$noconfigdirs target-newlib target-libgloss target-libiberty"
     noconfigdirs="$noconfigdirs target-librx target-libg++ target-libstdc++ target-libio"
This page took 0.032293 seconds and 4 git commands to generate.