Fix whitespace with crx entry.

This commit is contained in:
Jeff Johnston 2005-03-23 18:09:57 +00:00
parent b5478403a9
commit fcfb011798
1 changed files with 1 additions and 1 deletions

View File

@ -514,7 +514,7 @@ case "${host}" in
syscall_dir=syscalls
;;
crx-*-*)
newlib_cflags="${newlib_cflags} -DHAVE_RENAME -DMISSING_SYSCALL_NAMES"
newlib_cflags="${newlib_cflags} -DHAVE_RENAME -DMISSING_SYSCALL_NAMES"
syscall_dir=
;;
d10v*)