1 1.1 mrg # Run tests covering all config.gcc cases. 2 1.1 mrg host_options='--with-mpc=/opt/cfarm/mpc' # gcc10 3 1.1 mrg TEST=all-gcc 4 1.1 mrg # Make sure you have a recent enough gcc (with ada support) in your path so 5 1.1 mrg # that --enable-werror-always will work. 6 1.6 mrg # To use, create a build directory with plenty of free disk space - a build of 7 1.6 mrg # all configurations can take 450GB. 8 1.6 mrg # By default, this file assumes the build directory is in a sibling directory 9 1.6 mrg # to the gcc sources, but you can override GCC_SRC_DIR to specify where to 10 1.6 mrg # find them. GCC_SRC_DIR is used in the directory below the build directory, 11 1.6 mrg # hence the two ".." in the default value; if overriding it, it's easiest to 12 1.6 mrg # supply an absolute path. 13 1.6 mrg GCC_SRC_DIR=../../gcc 14 1.6 mrg 15 1.1 mrg # Use -j / -l make arguments and nice to assure a smooth resource-efficient 16 1.1 mrg # load on the build machine, e.g. for 24 cores: 17 1.1 mrg # svn co svn://gcc.gnu.org/svn/gcc/branches/foo-branch gcc 18 1.1 mrg # mkdir multi-mk; cd multi-mk 19 1.1 mrg # nohup nice make -j25 -l36 -f ../gcc/contrib/config-list.mk > make.out 2>&1 & 20 1.1 mrg # 21 1.6 mrg # Alternatively, if building against an existing gcc source tree: 22 1.6 mrg # 23 1.6 mrg # cd /somewhere/with/plenty/of/disk/space 24 1.6 mrg # mkdir multi-mk; cd multi-mk 25 1.6 mrg # nohup nice make \ 26 1.6 mrg # -j25 -l36 \ 27 1.6 mrg # -f /path/to/contrib/config-list.mk \ 28 1.6 mrg # GCC_SRC_DIR=/path/to/gcc/source/tree \ 29 1.6 mrg # > make.out 2>&1 & 30 1.6 mrg # 31 1.6 mrg 32 1.4 mrg LIST = aarch64-elf aarch64-linux-gnu aarch64-rtems \ 33 1.8 mrg alpha-linux-gnu alpha-netbsd alpha-openbsd \ 34 1.7 mrg alpha64-dec-vms alpha-dec-vms \ 35 1.8 mrg amdgcn-amdhsa \ 36 1.3 mrg arc-elf32OPT-with-cpu=arc600 arc-elf32OPT-with-cpu=arc700 \ 37 1.3 mrg arc-linux-uclibcOPT-with-cpu=arc700 arceb-linux-uclibcOPT-with-cpu=arc700 \ 38 1.10 mrg arm-netbsdelf \ 39 1.3 mrg arm-linux-androideabi arm-uclinux_eabi arm-eabi arm-rtems \ 40 1.6 mrg arm-symbianelf avr-elf \ 41 1.1 mrg bfin-elf bfin-uclinux bfin-linux-uclibc bfin-rtems bfin-openbsd \ 42 1.9 mrg bpf-unknown-none \ 43 1.10 mrg c6x-elf c6x-uclinux cr16-elfOPT-enable-obsolete cris-elf \ 44 1.8 mrg csky-elf csky-linux-gnu \ 45 1.1 mrg epiphany-elf epiphany-elfOPT-with-stack-offset=16 fido-elf \ 46 1.6 mrg fr30-elf frv-elf frv-linux ft32-elf h8300-elf hppa-linux-gnu \ 47 1.1 mrg hppa-linux-gnuOPT-enable-sjlj-exceptions=yes hppa64-linux-gnu \ 48 1.10 mrg hppa2.0-hpux10.1OPT-enable-obsolete hppa64-hpux11.3 \ 49 1.10 mrg hppa64-hpux11.0OPT-enable-sjlj-exceptions=yes \ 50 1.10 mrg hppa2.0-hpux11.9OPT-enable-obsolete \ 51 1.1 mrg i686-pc-linux-gnu i686-apple-darwin i686-apple-darwin9 i686-apple-darwin10 \ 52 1.1 mrg i486-freebsd4 i686-freebsd6 i686-kfreebsd-gnu \ 53 1.6 mrg i686-netbsdelf9 \ 54 1.6 mrg i686-openbsd i686-elf i686-kopensolaris-gnu i686-symbolics-gnu \ 55 1.6 mrg i686-pc-msdosdjgpp i686-lynxos i686-nto-qnx \ 56 1.8 mrg i686-rtems i686-solaris2.11 i686-wrs-vxworks \ 57 1.1 mrg i686-wrs-vxworksae \ 58 1.1 mrg i686-cygwinOPT-enable-threads=yes i686-mingw32crt ia64-elf \ 59 1.1 mrg ia64-freebsd6 ia64-linux ia64-hpux ia64-hp-vms iq2000-elf lm32-elf \ 60 1.10 mrg lm32-rtems lm32-uclinux \ 61 1.10 mrg loongarch64-linux-gnuf64 loongarch64-linux-gnuf32 loongarch64-linux-gnusf \ 62 1.10 mrg m32c-rtems m32c-elf m32r-elf m32rle-elf \ 63 1.10 mrg m68k-elf m68k-netbsdelf \ 64 1.10 mrg m68k-uclinux m68k-linux m68k-rtems \ 65 1.6 mrg mcore-elf microblaze-linux microblaze-elf \ 66 1.1 mrg mips-netbsd \ 67 1.1 mrg mips64el-st-linux-gnu mips64octeon-linux mipsisa64r2-linux \ 68 1.1 mrg mipsisa32r2-linux-gnu mipsisa64r2-sde-elf mipsisa32-elfoabi \ 69 1.1 mrg mipsisa64-elfoabi mipsisa64r2el-elf mipsisa64sr71k-elf mipsisa64sb1-elf \ 70 1.1 mrg mipsel-elf mips64-elf mips64vr-elf mips64orion-elf mips-rtems \ 71 1.1 mrg mips-wrs-vxworks mipstx39-elf mmix-knuth-mmixware mn10300-elf moxie-elf \ 72 1.3 mrg moxie-uclinux moxie-rtems \ 73 1.9 mrg msp430-elf msp430-elfbare \ 74 1.3 mrg nds32le-elf nds32be-elf \ 75 1.3 mrg nios2-elf nios2-linux-gnu nios2-rtems \ 76 1.4 mrg nvptx-none \ 77 1.10 mrg or1k-elf or1k-linux-uclibc or1k-linux-musl or1k-rtems \ 78 1.3 mrg pdp11-aout \ 79 1.1 mrg powerpc-darwin8 \ 80 1.1 mrg powerpc-darwin7 powerpc64-darwin powerpc-freebsd6 powerpc-netbsd \ 81 1.8 mrg powerpc-eabisimaltivec powerpc-eabisim ppc-elf \ 82 1.1 mrg powerpc-eabialtivec powerpc-xilinx-eabi powerpc-eabi \ 83 1.8 mrg powerpc-rtems \ 84 1.8 mrg powerpc64-linux_altivec \ 85 1.3 mrg powerpc-wrs-vxworks powerpc-wrs-vxworksae powerpc-wrs-vxworksmils \ 86 1.3 mrg powerpc-lynxos powerpcle-elf \ 87 1.6 mrg powerpcle-eabisim powerpcle-eabi \ 88 1.10 mrg pru-elf \ 89 1.6 mrg riscv32-unknown-linux-gnu riscv64-unknown-linux-gnu \ 90 1.10 mrg powerpc-ibm-aix7.1 powerpc-ibm-aix7.2 \ 91 1.1 mrg rl78-elf rx-elf s390-linux-gnu s390x-linux-gnu s390x-ibm-tpf sh-elf \ 92 1.6 mrg shle-linux sh-netbsdelf sh-superh-elf \ 93 1.6 mrg sh-rtems sh-wrs-vxworks sparc-elf \ 94 1.1 mrg sparc-leon-elf sparc-rtems sparc-linux-gnu \ 95 1.1 mrg sparc-leon3-linux-gnuOPT-enable-target=all sparc-netbsdelf \ 96 1.8 mrg sparc64-sun-solaris2.11OPT-with-gnu-ldOPT-with-gnu-asOPT-enable-threads=posix \ 97 1.1 mrg sparc-wrs-vxworks sparc64-elf sparc64-rtems sparc64-linux sparc64-freebsd6 \ 98 1.9 mrg sparc64-netbsd sparc64-openbsd \ 99 1.10 mrg tilegx-linux-gnuOPT-enable-obsolete tilegxbe-linux-gnuOPT-enable-obsolete \ 100 1.10 mrg tilepro-linux-gnuOPT-enable-obsolete \ 101 1.10 mrg v850e1-elf v850e-elf v850-elf v850-rtems vax-linux-gnu \ 102 1.10 mrg vax-netbsdelf visium-elf x86_64-apple-darwin \ 103 1.1 mrg x86_64-pc-linux-gnuOPT-with-fpmath=avx \ 104 1.1 mrg x86_64-elfOPT-with-fpmath=sse x86_64-freebsd6 x86_64-netbsd \ 105 1.6 mrg x86_64-w64-mingw32 \ 106 1.4 mrg x86_64-mingw32OPT-enable-sjlj-exceptions=yes x86_64-rtems \ 107 1.4 mrg xstormy16-elf xtensa-elf \ 108 1.6 mrg xtensa-linux 109 1.1 mrg 110 1.1 mrg LOGFILES = $(patsubst %,log/%-make.out,$(LIST)) 111 1.1 mrg all: $(LOGFILES) 112 1.1 mrg config: $(LIST) 113 1.3 mrg show: 114 1.3 mrg @echo $(LIST) 115 1.1 mrg 116 1.3 mrg .PHONY: make-log-dir all config show 117 1.1 mrg 118 1.1 mrg empty= 119 1.1 mrg 120 1.6 mrg #Check for the presence of the MAINTAINERS file to make sure we've located 121 1.6 mrg #the gcc sources. 122 1.6 mrg make-log-dir: $(GCC_SRC_DIR)/MAINTAINERS 123 1.6 mrg -mkdir log 124 1.1 mrg 125 1.1 mrg $(LIST): make-log-dir 126 1.1 mrg -mkdir $@ 127 1.3 mrg ( \ 128 1.3 mrg cd $@ && \ 129 1.3 mrg TGT=`echo $@ | awk 'BEGIN { FS = "OPT" }; { print $$1 }'` && \ 130 1.6 mrg TGT=`$(GCC_SRC_DIR)/config.sub $$TGT` && \ 131 1.3 mrg case $$TGT in \ 132 1.9 mrg *-*-darwin* | *-*-cygwin* | *-*-mingw* | *-*-aix* | bpf-*-*) \ 133 1.3 mrg ADDITIONAL_LANGUAGES=""; \ 134 1.3 mrg ;; \ 135 1.3 mrg *) \ 136 1.3 mrg ADDITIONAL_LANGUAGES=",go"; \ 137 1.3 mrg ;; \ 138 1.3 mrg esac && \ 139 1.6 mrg $(GCC_SRC_DIR)/configure \ 140 1.3 mrg --target=$(subst SCRIPTS,`pwd`/../scripts/,$(subst OPT,$(empty) -,$@)) \ 141 1.3 mrg --enable-werror-always ${host_options} \ 142 1.3 mrg --enable-languages=all,ada$$ADDITIONAL_LANGUAGES; \ 143 1.3 mrg ) > log/$@-config.out 2>&1 144 1.1 mrg 145 1.1 mrg $(LOGFILES) : log/%-make.out : % 146 1.1 mrg -$(MAKE) -C $< $(TEST) > $@ 2>&1 && rm -rf $< 147