[Cmake-commits] [cmake-commits] king committed cmELF.cxx 1.10 1.11

cmake-commits at cmake.org cmake-commits at cmake.org
Tue May 13 10:24:25 EDT 2008


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv29719/Source

Modified Files:
	cmELF.cxx 
Log Message:
ENH: In cmELF it is okay if the byte order is not known at compile time.

  - We perform a runtime check of the input file anyway.


Index: cmELF.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmELF.cxx,v
retrieving revision 1.10
retrieving revision 1.11
diff -C 2 -d -r1.10 -r1.11
*** cmELF.cxx	15 Apr 2008 13:00:20 -0000	1.10
--- cmELF.cxx	13 May 2008 14:24:23 -0000	1.11
***************
*** 21,24 ****
--- 21,25 ----
  
  // Need the native byte order of the running CPU.
+ #define cmsys_CPU_UNKNOWN_OKAY // We can decide at runtime if not known.
  #include <cmsys/CPU.h>
  



More information about the Cmake-commits mailing list