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:
authorCorinna Vinschen <corinna@vinschen.de>2022-08-03 14:41:35 +0300
committerCorinna Vinschen <corinna@vinschen.de>2022-08-03 14:41:35 +0300
commit2902b3a09e0a45c4971b59f78ab175b71b3c755e (patch)
tree0bdbab63d1093fd60583310f02ba386e0b3ec3e1 /newlib/configure.host
parent8b502d863500149f4e86497714f0462e788f2f1e (diff)
Cygwin: drop requirement to build newlib's stdio64
Given that 64 bit Cygwin defines all file access types (off_t, fpos_t, and derived types) as 64 bit anyway, there's no reason left to rely on the stdio64 part of newlib. Use base functions and base types. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'newlib/configure.host')
-rw-r--r--newlib/configure.host1
1 files changed, 0 insertions, 1 deletions
diff --git a/newlib/configure.host b/newlib/configure.host
index 3cfed4ccf..98ce07d82 100644
--- a/newlib/configure.host
+++ b/newlib/configure.host
@@ -420,7 +420,6 @@ fi
case "${host}" in
*-*-cygwin*)
posix_dir=posix
- stdio64_dir=stdio64
xdr_dir=xdr
;;
*-*-netware*)