aboutsummaryrefslogtreecommitdiff
path: root/newlib
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2005-03-23 18:09:57 +0000
committerJeff Johnston <jjohnstn@redhat.com>2005-03-23 18:09:57 +0000
commitfcfb011798f34a6c47b9750595d120102b066e06 (patch)
tree4092bcff69635c3ca895773a366686c8e94c7cbe /newlib
parentb5478403a92e339d13c213f77ba254923c50ef8d (diff)
downloadnewlib-fcfb011798f34a6c47b9750595d120102b066e06.zip
newlib-fcfb011798f34a6c47b9750595d120102b066e06.tar.gz
newlib-fcfb011798f34a6c47b9750595d120102b066e06.tar.bz2
Fix whitespace with crx entry.
Diffstat (limited to 'newlib')
-rw-r--r--newlib/configure.host2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/configure.host b/newlib/configure.host
index 4323cc3..19c3d59 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*)