CVS: sml-dist/config _arch-n-opsys,1.14,1.15

John Reppy <[email protected]>
Newsgroups gmane.comp.lang.sml.smlnj.commits
Message-ID <[email protected]>
Update of /cvsroot/smlnj/sml-dist/config
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19077/config

Modified Files:
	_arch-n-opsys 
Log Message:
  Cleanup of Linux signal handling plus port to x86-64.


Index: _arch-n-opsys
===================================================================
RCS file: /cvsroot/smlnj/sml-dist/config/_arch-n-opsys,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** _arch-n-opsys	10 Feb 2006 22:14:56 -0000	1.14
--- _arch-n-opsys	21 Feb 2006 21:33:23 -0000	1.15
***************
*** 80,86 ****
      OPSYS=linux
      case `uname -m` in
!       # As long as we do not natively support the amd64 architecture,
!       # we should fallback to the x86 compatibility mode.  --Stef
!       *86 | x86_64) ARCH=x86;;
        ppc)
  	ARCH=ppc
--- 80,98 ----
      OPSYS=linux
      case `uname -m` in
!       *86)
! 	ARCH=x86
!       # we no longer support Linux before the 2.2 kernel.
! 	case `uname -r` in
! 	  2.2.*) ;;
! 	  2.3.*) ;;
! 	  2.4.*) ;;
! 	  2.5.*) ;;
! 	  2.6.*) ;;
! 	  *) exit 1 ;;
! 	esac
! 	;;
!     # As long as we do not natively support the amd64 architecture,
!     # we should fallback to the x86 compatibility mode.  --Stef
!       x86_64) ARCH=x86;;
        ppc)
  	ARCH=ppc



-------------------------------------------------------
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.