You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
404 B

  1. Tests build can fail for arc700 for the following causes
  2. - Missing -stack-protector-all argument when building test progs
  3. - Missing linker flag -lgmodule-2.0 -lffi
  4. --- a/server/Makefile.am.orig 2019-12-25 18:31:59.133981942 +0800
  5. +++ b/server/Makefile.am 2019-12-25 18:32:06.308976585 +0800
  6. @@ -1,5 +1,5 @@
  7. NULL =
  8. -SUBDIRS = . tests
  9. +SUBDIRS = .
  10. check-valgrind:
  11. $(MAKE) -C tests check-valgrind