File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -122,6 +122,9 @@ case "$MARCH" in
122
122
CFLAGS=" $CFLAGS -Werror"
123
123
fi
124
124
;;
125
+ s390x)
126
+ CFLAGS=" $CFLAGS -march=z196 -mtune=zEC12"
127
+ ;;
125
128
x86_64)
126
129
CFLAGS=" $CFLAGS -m64 -march=x86-64"
127
130
if [ " $CC " = " gcc" ]; then
Original file line number Diff line number Diff line change 165
165
#include "op-msg.def"
166
166
#include "op-query.def"
167
167
#include "op-reply.def"
168
- #include " op-reply-header.def"
168
+ /* Don't process generate _mongoc_rpc_swab_to_le_reply_header from op-reply-header.def */
169
169
#include "op-update.def"
170
170
171
171
#undef RPC
195
195
#include "op-msg.def"
196
196
#include "op-query.def"
197
197
#include "op-reply.def"
198
+ /* Don't process generate _mongoc_rpc_swab_from_le_reply_header from op-reply-header.def */
198
199
#include "op-update.def"
199
200
200
- /* don't process op-reply-header.def, don't need to generate
201
- _mongoc_rpc_swab_to_le_head_only / _mongoc_rpc_swab_from_le_head_only
202
- */
203
-
204
201
#undef RPC
205
202
#undef ENUM_FIELD
206
203
#undef INT32_FIELD
You can’t perform that action at this time.
0 commit comments