[elephant-cvs] CVS elephant

ieslick ieslick at common-lisp.net
Sun Feb 18 22:45:39 UTC 2007


Update of /project/elephant/cvsroot/elephant
In directory clnet:/tmp/cvs-serv392

Modified Files:
	elephant.asd 
Log Message:
Fixed typo (again:) that Henrik pointed out

--- /project/elephant/cvsroot/elephant/elephant.asd	2007/02/16 03:43:47	1.30
+++ /project/elephant/cvsroot/elephant/elephant.asd	2007/02/18 22:45:39	1.31
@@ -110,7 +110,7 @@
    #-(or darwin macosx darwin-host) "-shared"
    #+(or darwin macosx darwin-host) "-bundle"
    #+(and X86-64 (or macosx darwin darwin-host)) "-arch x86_64"
-   #+(and X86-64 linux) "-march x86-64"
+   #+(and X86-64 linux) "-march=x86-64"
    "-Wall"
    "-fPIC"
    "-O3"




More information about the Elephant-cvs mailing list