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
diff options
context:
space:
mode:
authorJonathan Larmour <jifl@eCosCentric.com>2002-04-30 01:49:56 +0400
committerJonathan Larmour <jifl@eCosCentric.com>2002-04-30 01:49:56 +0400
commit822afa537ae4e03136d6262269ee460912ddabb1 (patch)
tree40167c460b17f2b082f51c6c687a0fbd24dd2b78 /newlib/configure.host
parent29798f0d57549a89d7ec6c8717fda26347e6bbf7 (diff)
* libc/sys/arm/syscalls.c (_rename): New function. Just a stub.
(_system): New function. Ditto. * libc/stdlib/system.c (_system_r): Call _system if HAVE_SYSTEM. * configure.host: define HAVE_SYSTEM and HAVE_RENAME for xscale targets.
Diffstat (limited to 'newlib/configure.host')
-rw-r--r--newlib/configure.host1
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/configure.host b/newlib/configure.host
index aaab9c446..8d2711c6b 100644
--- a/newlib/configure.host
+++ b/newlib/configure.host
@@ -519,6 +519,7 @@ case "${host}" in
syscall_dir=syscalls
newlib_cflags="${newlib_cflags} -DABORT_PROVIDED -DHAVE_GETTIMEOFDAY"
newlib_cflags="${newlib_cflags} -DARM_RDI_MONITOR"
+ newlib_cflags="${newlib_cflags} -DHAVE_SYSTEM -DHAVE_RENAME"
;;
thumb-*-pe)
syscall_dir=syscalls