Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/newlib
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2005-03-23 21:09:57 +0300
committerJeff Johnston <jjohnstn@redhat.com>2005-03-23 21:09:57 +0300
commitfcfb011798f34a6c47b9750595d120102b066e06 (patch)
tree4092bcff69635c3ca895773a366686c8e94c7cbe /newlib
parentb5478403a92e339d13c213f77ba254923c50ef8d (diff)
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 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*)