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:
Diffstat (limited to 'newlib/configure.host')
-rw-r--r--newlib/configure.host3
1 files changed, 3 insertions, 0 deletions
diff --git a/newlib/configure.host b/newlib/configure.host
index 67f7824ef..b0d7bbe00 100644
--- a/newlib/configure.host
+++ b/newlib/configure.host
@@ -250,6 +250,9 @@ case "${host_cpu}" in
w65*)
machine_dir=w65
;;
+ x86_64)
+ machine_dir=x86_64
+ ;;
xstormy16)
machine_dir=xstormy16
newlib_cflags="${newlib_cflags} -DMALLOC_PROVIDED"