public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Raja R Harinath <harinath@cs.umn.edu>
To: egcs@cygnus.com
Subject: Re: Notes on the merge
Date: Sun, 05 Apr 1998 21:29:00 -0000	[thread overview]
Message-ID: <d9lntjkhcm.fsf@sejong.cs.umn.edu> (raw)
In-Reply-To: <25268.891711088@hurl.cygnus.com>

Jeffrey A Law <law@cygnus.com> writes:
> Kenner made some pretty significant changes to how xm files are
> handled.  Hopefully I got configure.in properly merged after these
> changes.

Here's what I needed to get it compiled on Solaris 2.5 (sparc-sun-solaris2.5).

  Index: gcc/configure
  ===================================================================
  RCS file: /egcs/carton/cvsfiles/egcs/gcc/configure,v
  retrieving revision 1.77
  diff -u -p -u -p -r1.77 egcs/gcc/configure
  --- egcs/gcc/configure  17:04:23	1.77
  +++ egcs/gcc/configure  22:44:16
  @@ -4159,6 +4159,7 @@ for machine in $build $host $target; do
			  tm_file=sparc/sol2-sld.h
		  fi
		  xm_file="sparc/xm-sysv4.h sparc/xm-sol2.h"
  +               xm_defines="USG POSIX"
		  tmake_file=sparc/t-sol2
		  xmake_file=sparc/x-sysv4
		  extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o"
  Index: gcc/configure.in
  ===================================================================
  RCS file: /egcs/carton/cvsfiles/egcs/gcc/configure.in,v
  retrieving revision 1.77
  diff -u -p -u -p -r1.77 egcs/gcc/configure.in
  --- egcs/gcc/configure.in  17:04:24	1.77
  +++ egcs/gcc/configure.in  22:44:22
  @@ -2476,6 +2476,7 @@ for machine in $build $host $target; do
			  tm_file=sparc/sol2-sld.h
		  fi
		  xm_file="sparc/xm-sysv4.h sparc/xm-sol2.h"
  +               xm_defines="USG POSIX"
		  tmake_file=sparc/t-sol2
		  xmake_file=sparc/x-sysv4
		  extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o"
  Index: gcc/config/sparc/xm-sysv4.h
  ===================================================================
  RCS file: /egcs/carton/cvsfiles/egcs/gcc/config/sparc/xm-sysv4.h,v
  retrieving revision 1.1.1.2
  diff -u -p -u -p -r1.1.1.2 egcs/gcc/config/sparc/xm-sysv4.h
  --- egcs/gcc/config/sparc/xm-sysv4.h  05:29:15	1.1.1.2
  +++ egcs/gcc/config/sparc/xm-sysv4.h  22:44:22
  @@ -35,6 +35,8 @@ Boston, MA 02111-1307, USA.  */
      matters when cross-compiling.  */
   #define HOST_WORDS_BIG_ENDIAN 1

  +#include "xm-siglist.h"
  +
   /* target machine dependencies.
      tm.h is a symbolic link to the actual target specific file.   */
   #include "tm.h"

The last diff is to `sparc/xm-sysv4.h' rather than `sparc/xm-sol2.h':
`sparc/xm-sysv4.h' originally included `xm-svr4.h' (deleted by Kenner,
but still in egcs repo), which in turn had the defines `USG' & `POSIX',
and the contents of `xm-siglist.h'.

- Hari
-- 
Raja R Harinath ------------------------------ harinath@cs.umn.edu
"When all else fails, read the instructions."      -- Cahn's Axiom
"Our policy is, when in doubt, do the right thing."   -- Roy L Ash

      parent reply	other threads:[~1998-04-05 21:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-04-04 11:01 Jeffrey A Law
1998-04-05 10:02 ` Franz Sirl
1998-04-05 21:29 ` Raja R Harinath [this message]

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=d9lntjkhcm.fsf@sejong.cs.umn.edu \
    --to=harinath@cs.umn.edu \
    --cc=egcs@cygnus.com \
    /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).