diff options
Diffstat (limited to 'util/crossgcc')
-rw-r--r-- | util/crossgcc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/crossgcc/Makefile b/util/crossgcc/Makefile index 4ad2c9458a..0c092d7070 100644 --- a/util/crossgcc/Makefile +++ b/util/crossgcc/Makefile @@ -87,3 +87,4 @@ distclean: clean all_without_gdb build_tools build-i386 build-x64 build-arm \ build-aarch64 build-mips build-riscv build-power8 build-nds32le \ clean distclean clean_tempfiles +.NOTPARALLEL: |