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>2021-03-24 12:35:28 +0300
committerCorinna Vinschen <corinna@vinschen.de>2021-04-13 13:55:33 +0300
commitc326ca1615ea08ebbc11c61dd3248c82df232637 (patch)
treecd7c6f1c9bd7f85e66fdb17503ac0226eb4af53e /newlib/configure.host
parent80bd01ef831fbbb08f883a76576eba128ca1c385 (diff)
configure.host: define shared ix86 and x86_64 directory
Add a directory libc/machine/shared_x86 to share header files between ix86 and x86_64 architectures. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'newlib/configure.host')
-rw-r--r--newlib/configure.host8
1 files changed, 4 insertions, 4 deletions
diff --git a/newlib/configure.host b/newlib/configure.host
index aae09bfa3..38fec0597 100644
--- a/newlib/configure.host
+++ b/newlib/configure.host
@@ -196,15 +196,14 @@ case "${host_cpu}" in
machine_dir=i960
;;
i[34567]86)
+ libm_machine_dir=i386
+ machine_dir=i386
+ shared_machine_dir=shared_x86
# Don't use for these since they provide their own setjmp.
case ${host} in
*-*-sco* | *-*-cygwin*)
- libm_machine_dir=i386
- machine_dir=i386
;;
*)
- libm_machine_dir=i386
- machine_dir=i386
mach_add_setjmp=true
;;
esac
@@ -361,6 +360,7 @@ case "${host_cpu}" in
x86_64)
machine_dir=x86_64
libm_machine_dir=x86_64
+ shared_machine_dir=shared_x86
;;
xc16x*)
machine_dir=xc16x