CVS: sml/config _arch-n-opsys,1.12,1.13
John Reppy <[email protected]>
| Newsgroups | gmane.comp.lang.sml.smlnj.commits |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/smlnj/sml/config
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2909/config
Modified Files:
_arch-n-opsys
Log Message:
Port to Intel Mac.
Index: _arch-n-opsys
===================================================================
RCS file: /cvsroot/smlnj/sml/config/_arch-n-opsys,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** _arch-n-opsys 20 Jul 2005 14:33:45 -0000 1.12
--- _arch-n-opsys 6 Feb 2006 22:04:00 -0000 1.13
***************
*** 51,64 ****
;;
Darwin)
- case `uname -r` in
- 5*) OPSYS=darwin5; HEAP_OPSYS=darwin ;; # MacOS X 10.1
- 6*) OPSYS=darwin; HEAP_OPSYS=darwin ;; # MacOS X 10.2
- 7*) OPSYS=darwin; HEAP_OPSYS=darwin ;; # MacOS X 10.3
- 8*) OPSYS=darwin; HEAP_OPSYS=darwin ;; # MacOS X 10.4
- *) exit 1;;
- esac
case `uname -p` in
! powerpc) ARCH=ppc;;
! *) exit 1;;
esac
;;
--- 51,65 ----
;;
Darwin)
case `uname -p` in
! powerpc)
! ARCH=ppc
! case `uname -r` in
! 5*) OPSYS=darwin5; HEAP_OPSYS=darwin ;; # MacOS X 10.1
! 6*) OPSYS=darwin; HEAP_OPSYS=darwin ;; # MacOS X 10.2
! 7*) OPSYS=darwin; HEAP_OPSYS=darwin ;; # MacOS X 10.3
! 8*) OPSYS=darwin; HEAP_OPSYS=darwin ;; # MacOS X 10.4
! *) exit 1;;
! esac;;
! i386) ARCH=x86; OPSYS=darwin; HEAP_OPSYS=darwin;; # MacOS X 10.4+
esac
;;
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642