Added support for nev-v810 processor. A newlib *only* target, for now at
authorSean Eric Fagan <sef@cygnus>
Tue, 21 Jun 1994 17:07:44 +0000 (17:07 +0000)
committerSean Eric Fagan <sef@cygnus>
Tue, 21 Jun 1994 17:07:44 +0000 (17:07 +0000)
least.

configure.in

index dbaec0c2d8dd9ac1ca7c77bc76d1e91586713b09..7f0eed8163258a71c68b98e345da44270e9852ba 100644 (file)
@@ -32,7 +32,7 @@ host_tools="texinfo byacc flex bison binutils ld gas gcc gdb make patch
            prms send-pr gprof gdbtest tgas etc expect dejagnu sim
             m4 autoconf ispell grep diff rcs cvs fileutils shellutils
            textutils wdiff find emacs uudecode hello tar gzip indent
-           recode release sed utils"
+           recode release sed utils newlib"
 
 
 # these libraries are built for the target environment, and are built after
@@ -123,6 +123,10 @@ fi
 
 # per-target:
 
+case "${target}" in
+  v810*)               target_makefile_frag=config/mt-v810 ;;
+esac
+
 gasdir=gas
 use_gnu_ld=
 use_gnu_as=
This page took 0.026709 seconds and 4 git commands to generate.