2013-07-09 Sabrina Ni <sabrina@andestech.com>

* configure.in: Add nds32 subdir.
        * configure: Regenerated.
        * nds32/configure.in: New.
        * nds32/configure: New (autogenerated).
        * nds32/{crt0.S,crt1.S}: New.
        * nds32/Makefile.in: New.
        * nds32/{syscall_argvlen.S,syscall_argv.S,
        syscall_chdirS, syscall_chmod.S,
        syscall_close.S,syscall_exit.S,syscall_extra.h, syscall_fstat.S,
        syscall_getpid.S,syscall_gettimeofday.S,syscall_isatty.S,syscall_kill.S,
        syscall_link.S,syscall_lseek.S,syscall_open.S,syscall_read.S,
        syscall_rename.S,syscall_sbrk.S,syscall_stat.S,syscall_system.S,
        syscall_time.S,syscall_times.S,syscall_unlink.S,syscall_utime.S,
        syscall_write.S}: New.
This commit is contained in:
Jeff Johnston
2013-07-09 19:16:25 +00:00
parent dc0cb474bb
commit bdf683b1c8
34 changed files with 6114 additions and 0 deletions

5
libgloss/configure vendored
View File

@ -670,6 +670,7 @@ epiphany
i386
m32r
m68hc11
nds32
m68k
pa
i960
@ -2414,6 +2415,10 @@ case "${target}" in
m68hc11-*-* | m6811-*-* | m68hc12-*-* | m6812-*-*)
subdirs="$subdirs m68hc11"
;;
nds32*-*-*)
subdirs="$subdirs nds32"
;;
fido-*-* | m68*-*-*)
subdirs="$subdirs m68k"