[m-dev.] diff: Recognize Linux/SPARC.

Tyson Dowd trd at cs.mu.OZ.AU
Wed Nov 10 20:07:47 AEDT 1999


Hi,

I've just committed this diff that was sent to us.  I've also
sent it upstream to Hans Boehm.

===================================================================


Estimated hours taken: 0.3

boehm_gc/gcconfig.h:
	Recognize Linux/SPARC. 


cvs server: Diffing boehm_gc
Index: boehm_gc/gcconfig.h
===================================================================
RCS file: /home/mercury1/repository/mercury/boehm_gc/gcconfig.h,v
retrieving revision 1.2
diff -u -r1.2 gcconfig.h
--- gcconfig.h	1999/09/16 20:04:30	1.2
+++ gcconfig.h	1999/11/10 09:04:51
@@ -53,6 +53,10 @@
 #    define NETBSD
 #    define mach_type_known
 # endif
+# if defined(LINUX) && defined(__sparc__)
+#    define SPARC
+#    define mach_type_known
+# endif
 # if defined(vax)
 #    define VAX
 #    ifdef ultrix
cvs server: Diffing boehm_gc/Mac_files
cvs server: Diffing boehm_gc/cord
cvs server: Diffing boehm_gc/cord/private
cvs server: Diffing boehm_gc/include
cvs server: Diffing boehm_gc/include/private


-- 
       Tyson Dowd           # 
                            #  Surreal humour isn't eveyone's cup of fur.
     trd at cs.mu.oz.au        # 
http://www.cs.mu.oz.au/~trd #
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to:       mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions:          mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------



More information about the developers mailing list