diff options
-rw-r--r-- | newlib/configure.host | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/configure.host b/newlib/configure.host index 4323cc3c0..19c3d5911 100644 --- a/newlib/configure.host +++ b/newlib/configure.host @@ -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*) |