* [Bug 3604] Wrong param byte order passing into record_raw_stats() in
ntp_io.c <perlinger@ntp.org>
- fixed byte and paramter order as suggested by wei6410@sina.com
+* [Bug 3601] Tests fail to link on platforms with ntp_cv_gc_sections_runs=no <perlinger@ntp.org>
* [Bug 3599] Build fails on linux-m68k due to alignment issues <perlinger@ntp.org>
- added padding as suggested by John Paul Adrian Glaubitz
* [Bug 3590] Update refclock_oncore.c to the new GPS date API <perlinger@ntp.org>
no:0:*-*-solaris*) ;;
*) ntp_test_ntp_restrict="yes" ;;
esac
+case "$ntp_cv_gc_sections_runs" in
+ no) ntp_test_ntp_restrict="no" ;;
+ * ) ;;
+esac
AC_MSG_RESULT([$ntp_test_ntp_restrict])
AM_CONDITIONAL([BUILD_TEST_NTP_RESTRICT], [test x$ntp_test_ntp_restrict = xyes])
no:0:*-*-solaris*) ;;
*) ntp_test_ntp_scanner="yes" ;;
esac
+case "$ntp_cv_gc_sections_runs" in
+ no) ntp_test_ntp_scanner="no" ;;
+ * ) ;;
+esac
AC_MSG_RESULT([$ntp_test_ntp_scanner])
AM_CONDITIONAL([BUILD_TEST_NTP_SCANNER], [test x$ntp_test_ntp_scanner = xyes])
no:0:*-*-solaris*) ;;
*) ntp_test_ntp_signd="yes" ;;
esac
+case "$ntp_cv_gc_sections_runs" in
+ no) ntp_test_ntp_signd="no" ;;
+ * ) ;;
+esac
AC_MSG_RESULT([$ntp_test_ntp_signd])
AM_CONDITIONAL([BUILD_TEST_NTP_SIGND], [test x$ntp_test_ntp_signd = xyes])