X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/05bd1b6f115cbd74bef46580923b26d9bdee9dfd..65e077cde16d751af87c71060b37cb1c23025119:/buildtools/Cmake/gras_config.h.in diff --git a/buildtools/Cmake/gras_config.h.in b/buildtools/Cmake/gras_config.h.in index 650ca0ad09..9078297e59 100644 --- a/buildtools/Cmake/gras_config.h.in +++ b/buildtools/Cmake/gras_config.h.in @@ -86,6 +86,11 @@ /* Predefined possible va_copy() implementation (id: GCM) */ #cmakedefine __VA_COPY_USE_GCM(d, s) @__VA_COPY_USE_GCM@ +/* Used to select the flavor of assembly that we need today */ +#cmakedefine PROCESSOR_i686 @PROCESSOR_i686@ +#cmakedefine PROCESSOR_x86_64 @PROCESSOR_x86_64@ +#cmakedefine CMAKE_SYSTEM_PROCESSOR @CMAKE_SYSTEM_PROCESSOR@ + /* Defined if arrays in struct can straddle struct alignment boundaries. This is like than the structure compaction above, but this time, the argument to be compacted is an array whom each element would be normally compacted.