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