public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
From: Corinna Vinschen <corinna@sourceware.org>
To: newlib-cvs@sourceware.org
Subject: [newlib-cygwin] configure.host: define shared ix86 and x86_64 directory
Date: Tue, 13 Apr 2021 10:56:27 +0000 (GMT)	[thread overview]
Message-ID: <20210413105627.92A2C3943541@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=c326ca1615ea08ebbc11c61dd3248c82df232637

commit c326ca1615ea08ebbc11c61dd3248c82df232637
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Wed Mar 24 10:35:28 2021 +0100

    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>

Diff:
---
 newlib/configure.host | 8 ++++----
 1 file 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


                 reply	other threads:[~2021-04-13 10:56 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210413105627.92A2C3943541@sourceware.org \
    --to=corinna@sourceware.org \
    --cc=newlib-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).