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