aboutsummaryrefslogtreecommitdiff
path: root/gcc/Makefile.in
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2013-03-05 09:46:34 +0000
committerJakub Jelinek <jakub@redhat.com>2013-03-05 09:46:34 +0000
commit2e44d24f0612d60ff04175ea71a42196ca402663 (patch)
treee36d79b55ed211b47871d05027686b1f081442b0 /gcc/Makefile.in
parent4bf00af28a6270b18c6588cbb68def3ae15a019f (diff)
* Makefile.in (dg_target_exps): Add aarch64.exp, epiphany.exp and
tic6x.exp. (check_gcc_parallelize): Run guality.exp as a separate job from vect.exp with unsorted.exp and $(dg_target_exps) separately from struct-layout-1.exp with stackalign.exp. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@196457 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r--gcc/Makefile.in15
1 files changed, 9 insertions, 6 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 0cdfa51e73e..6d9ca1b47e4 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -494,10 +494,11 @@ xm_include_list=@xm_include_list@
xm_defines=@xm_defines@
lang_checks=
lang_checks_parallelized=
-dg_target_exps:=alpha.exp,arm.exp,avr.exp,bfin.exp,cris.exp,frv.exp
-dg_target_exps:=$(dg_target_exps),i386.exp,ia64.exp,m68k.exp,microblaze.exp
-dg_target_exps:=$(dg_target_exps),mips.exp,powerpc.exp,rx.exp,s390.exp,sh.exp
-dg_target_exps:=$(dg_target_exps),sparc.exp,spu.exp,xstormy16.exp
+dg_target_exps:=aarch64.exp,alpha.exp,arm.exp,avr.exp,bfin.exp,cris.exp
+dg_target_exps:=$(dg_target_exps),epiphany.exp,frv.exp,i386.exp,ia64.exp
+dg_target_exps:=$(dg_target_exps),m68k.exp,microblaze.exp,mips.exp,powerpc.exp
+dg_target_exps:=$(dg_target_exps),rx.exp,s390.exp,sh.exp,sparc.exp,spu.exp
+dg_target_exps:=$(dg_target_exps),tic6x.exp,xstormy16.exp
# This lists a couple of test files that take most time during check-gcc.
# When doing parallelized check-gcc, these can run in parallel with the
# remaining tests. Each word in this variable stands for work for one
@@ -517,8 +518,10 @@ check_gcc_parallelize=execute.exp=execute/2* \
compile.exp=compile/\[9pP\]*,builtins.exp \
compile.exp=compile/\[013-8a-oq-zA-OQ-Z\]* \
dg-torture.exp,ieee.exp \
- vect.exp,guality.exp,unsorted.exp \
- struct-layout-1.exp,stackalign.exp,$(dg_target_exps)
+ vect.exp,unsorted.exp \
+ guality.exp \
+ struct-layout-1.exp,stackalign.exp \
+ $(dg_target_exps)
lang_opt_files=@lang_opt_files@ $(srcdir)/c-family/c.opt $(srcdir)/common.opt
lang_specs_files=@lang_specs_files@
lang_tree_files=@lang_tree_files@