2006-11-08 Jie Zhang <jzhang918@gmail.com>

* bfin/configure.in: New.
        * bfin/crt0.S: New.
        * bfin/Makefile.in: New.
        * bfin/syscalls.c: New.
        * bfin/aclocal.m4: Generate.
        * bfin/configure: Ditto.
        * configure.in: Add support for bfin-*-*.
        * configure: Regenerate.
        * syscall.h (SYS_argc): Define.
        (SYS_argnlen): Define.
        (SYS_argn): Define.
This commit is contained in:
Jeff Johnston
2006-11-08 19:36:56 +00:00
parent 292f8e2328
commit c0977673ac
10 changed files with 4002 additions and 0 deletions

View File

@@ -77,6 +77,10 @@ case "${target}" in
AC_CONFIG_SUBDIRS(mn10300)
config_testsuite = true;
;;
bfin-*-*)
AC_CONFIG_SUBDIRS(bfin)
config_testsuite = true;
;;
cris-*-* | crisv32-*-*)
AC_CONFIG_SUBDIRS(cris)
config_testsuite = true;