Print this page
7127  remove -Wno-missing-braces from Makefile.uts

@@ -176,11 +176,11 @@
 
 u32_t lm_tcp_rx_peninsula_to_rq(lm_device_t * pdev, lm_tcp_state_t * tcp, u32_t max_num_bytes_to_copy, u8_t sb_idx);
 
 /* TODO: remove this temporary solution for solaris / linux compilation conflict, linux needs the
  * first option, solaris the latter */
-#if defined(__LINUX)
+#if defined(__LINUX) || defined(__LITTLE_ENDIAN)
 #define TOE_RX_INIT_ZERO {{0}}
 #else
 #define TOE_RX_INIT_ZERO {0}
 #endif