Index: test-suite/trunk/MultiSource/UnitTests/C++11/Makefile =================================================================== --- test-suite/trunk/MultiSource/UnitTests/C++11/Makefile +++ test-suite/trunk/MultiSource/UnitTests/C++11/Makefile @@ -9,5 +9,9 @@ PARALLEL_DIRS := $(filter-out frame_layout, $(PARALLEL_DIRS)) endif +ifneq (,$(findstring mips16,$(MIPSARCH))) + PARALLEL_DIRS := $(filter-out frame_layout, $(PARALLEL_DIRS)) +endif + include $(LEVEL)/Makefile.config include $(LEVEL)/Makefile.programs