]> rtime.felk.cvut.cz Git - orte.git/commitdiff
Omit "byteswap.h" from pre-configured OMK Linux build.
authorPavel Pisa <pisa@cmp.felk.cvut.cz>
Fri, 4 Oct 2013 07:48:27 +0000 (09:48 +0200)
committerPavel Pisa <pisa@cmp.felk.cvut.cz>
Fri, 4 Oct 2013 07:48:27 +0000 (09:48 +0200)
The CDR and rest of the ORTE code uses open-codded ORTE provided
rtps_byteswap function. Build environment provided byteswap
functions are not utilized in the actual ORTE setups.
They could result in better optimized code in future but
attempt to include "byteswap.h" is  probably the last blocker
to use Linux pre-configured ORTE on RTEMS, BSD and BlackBerry.
So comment out HAVE_BYTESWAP_H for now.

Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
orte/include/orte/orte_config_omk_linux.h

index cdbc541208b39a6ba7a9444573445b1ecde8fdb9..28e9506bf620837b83b53b196105f04fb71e3272 100644 (file)
@@ -44,7 +44,7 @@
 /* #undef HAVE_ASM_BYTEORDER_H */
 
 /* Define to 1 if you have the <byteswap.h> header file. */
-#define HAVE_BYTESWAP_H 1
+/* #undef HAVE_BYTESWAP_H */
 
 /* Define to 1 if you have the <ctype.h> header file. */
 #define HAVE_CTYPE_H 1