diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2005-03-23 18:09:57 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2005-03-23 18:09:57 +0000 |
commit | fcfb011798f34a6c47b9750595d120102b066e06 (patch) | |
tree | 4092bcff69635c3ca895773a366686c8e94c7cbe | |
parent | b5478403a92e339d13c213f77ba254923c50ef8d (diff) | |
download | cygnal-fcfb011798f34a6c47b9750595d120102b066e06.tar.gz cygnal-fcfb011798f34a6c47b9750595d120102b066e06.tar.bz2 cygnal-fcfb011798f34a6c47b9750595d120102b066e06.zip |
Fix whitespace with crx entry.
-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*) |