~ubuntu-branches/debian/sid/gcc-4.6/sid

« back to all changes in this revision

Viewing changes to debian/rules.defs

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2014-04-28 02:01:12 UTC
  • Revision ID: package-import@ubuntu.com-20140428020112-v239bez8fjgaruqj
Tags: 4.6.4-7
Don't run the testsuite on kfreebsd-gnu. Hangs the buildds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
992
992
  with_check := disabled for reverse cross build
993
993
endif
994
994
check_no_cpus := m68k
995
 
check_no_systems := gnu
 
995
check_no_systems := gnu kfreebsd-gnu
996
996
ifneq (,$(findstring $(DEB_TARGET_ARCH_CPU),$(check_no_cpus)))
997
997
  with_check := disabled for cpu $(DEB_TARGET_ARCH_CPU)
998
998
endif