[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] Installing on Sparc
From: |
Gaius Mulley |
Subject: |
Re: [Gm2] Installing on Sparc |
Date: |
Fri, 03 May 2002 18:12:10 +0100 |
Hi,
I know a few subscribers to this list have expressed interest in
getting gm2 running on the Sparc platform so I thought I'd drop a
small note. I've just installed gm2 on a Sparc Ultra 1 running Debian
GNU Linux.
I had to apply the following patches to get it working (which I've not
yet committed to the cvs repository).
Gaius
cvs server: Diffing .
Index: Make-lang.in
===================================================================
RCS file: /usr/src/cvs/gm2/Make-lang.in,v
retrieving revision 1.25
diff -r1.25 Make-lang.in
123c123
< if [ ! -d $i ] ; then \
---
> if [ ! -d $$i ] ; then \
Index: Makefile.in
===================================================================
RCS file: /usr/src/cvs/gm2/Makefile.in,v
retrieving revision 1.57
diff -r1.57 Makefile.in
42a43,49
> # How to invoke ranlib.
> RANLIB = ranlib
> # Test to use to see whether ranlib exists on the system.
> RANLIB_TEST = \
> [ -f $(RANLIB) ] \
> || [ -f /usr/bin/ranlib -o -f /bin/ranlib ]
>
518a526
> if $(RANLIB_TEST) ; then $(RANLIB) $@ ; else true ; fi
527a536
> if $(RANLIB_TEST) ; then $(RANLIB) $@ ; else true ; fi
543a553
> if $(RANLIB_TEST) ; then $(RANLIB) $@ ; else true ; fi
554a565
> if $(RANLIB_TEST) ; then $(RANLIB) $@ ; else true ; fi
563a575
> if $(RANLIB_TEST) ; then $(RANLIB) $@ ; else true ; fi
625a638
> if $(RANLIB_TEST) ; then $(RANLIB) $@ ; else true ; fi
636a650
> if $(RANLIB_TEST) ; then $(RANLIB) $@ ; else true ; fi
Index: gm2-compiler/M2Options.mod
===================================================================
RCS file: /usr/src/cvs/gm2/gm2-compiler/M2Options.mod,v
retrieving revision 1.4
diff -r1.4 M2Options.mod
212a213,216
> ELSIF EqualArray(Mark(Slice(s, 0, 2)), '-m')
> THEN
> (* if gcc passes architectural flags to us, we ignore it *)
> Legal := TRUE
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Gm2] Installing on Sparc,
Gaius Mulley <=