|
@@ -23,6 +23,12 @@ ZEROMQ_CONF_ENV = libzmq_cv_sock_cloexec=yes \
|
|
|
libzmq_cv_tcp_keepidle=yes \
|
|
|
libzmq_cv_tcp_keepintvl=yes
|
|
|
|
|
|
+# Internal error, aborting at dwarf2cfi.c:2752 in connect_traces
|
|
|
+# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58864
|
|
|
+ifeq ($(BR2_m68k_cf),y)
|
|
|
+ZEROMQ_CONF_OPTS += CXXFLAGS="$(TARGET_CXXFLAGS) -fno-defer-pop"
|
|
|
+endif
|
|
|
+
|
|
|
# Only tools/curve_keygen.c needs this, but it doesn't hurt to pass it
|
|
|
# for the rest of the build as well (which automatically includes stdc++).
|
|
|
ifeq ($(BR2_STATIC_LIBS),y)
|