d9f069ab4f
libstdc++-v3: * configure.host: Remove solaris2.9 handling. Change os_include_dir to os/solaris/solaris2.10. * acinclude.m4 (ac_has_gthreads): Remove solaris2.9* handling. * crossconfig.m4: Remove *-solaris2.9 handling, simplify. * configure: Regenerate. * config/abi/post/solaris2.9: Remove. * config/os/solaris/solaris2.9: Rename to ... * config/os/solaris/solaris2.10: ... this. * config/os/solaris/solaris2.10/os_defines.h (CLOCK_MONOTONIC): Remove. * doc/xml/manual/configure.xml (--enable-libstdcxx-threads): Remove Solaris 9 reference. * doc/html/manual/configure.html: Regenerate. * testsuite/27_io/basic_istream/extractors_arithmetic/char/12.cc: Remove *-*-solaris2.9 xfail. * testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/12.cc: Likewise. * testsuite/ext/enc_filebuf/char/13598.cc: Remove *-*-solaris2.9 xfail. libjava: * configure.ac (THREADLIBS, THREADSPEC): Remove *-*-solaris2.9 handling. * configure: Regenerate. libgfortran: * config/fpu-387.h [__sun__ && __svr4__]: Remove SSE execution check. libgcc: * config/i386/crtfastmath.c (set_fast_math): Remove SSE execution check. * config/i386/sol2-unwind.h (x86_fallback_frame_state): Remove Solaris 9 single-threaded support. * config/sparc/sol2-unwind.h (sparc64_is_sighandler): Remove Solaris 9 single-threaded support. Add call_user_handler code sequences. (sparc_is_sighandler): Likewise. libcpp: * lex.c: Remove Solaris 9 reference. gcc/testsuite: * gcc.c-torture/compile/pr28865.c: Remove dg-xfail-if. * gcc.dg/c99-stdint-6.c: Remove dg-options for *-*-solaris2.9. * gcc.dg/lto/20090210_0.c: Remove dg-extra-ld-options for *-*-solaris2.9. * gcc.dg/torture/pr47917.c: Remove dg-options for *-*-solaris2.9. * gcc.target/i386/pr22076.c: Remove i?86-*-solaris2.9 handling from dg-options. * gcc.target/i386/pr22152.c: Remove i?86-*-solaris2.9 handling from dg-additional-options. * gcc.target/i386/vect8-ret.c: Remove i?86-*-solaris2.9 handling from dg-options. * gcc.dg/vect/tree-vect.h (check_vect): Remove Solaris 9 SSE2 execution check. * gcc.target/i386/sse-os-support.h [__sun__ && __svr4__] (sigill_hdlr): Remove. (sse_os_support) [__sun__ && __svr4__]: Remove SSE execution check. * gfortran.dg/erf_3.F90: Remove sparc*-*-solaris2.9* handling. * gfortran.dg/fmt_en.f90: Remove i?86-*-solaris2.9* handling. * gfortran.dg/round_4.f90: Remove *-*-solaris2.9* handling. * lib/target-supports.exp (add_options_for_tls): Remove *-*-solaris2.9* handling. gcc: * config.gcc (enable_obsolete): Remove *-*-solaris2.9*. (*-*-solaris2.[0-9] | *-*-solaris2.[0-9].*): Mark unsupported. (*-*-solaris2*): Simplify. (i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*): Likewise. (i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*): Remove *-*-solaris2.9* handling. * configure.ac (gcc_cv_as_hidden): Remove test for Solaris 9/x86 as bug. (gcc_cv_ld_hidden): Remove *-*-solaris2.9* handling. (ld_tls_support): Remove i?86-*-solaris2.9, sparc*-*-solaris2.9 handling, simplify. (gcc_cv_as_gstabs_flag): Remove workaround for Solaris 9/x86 as bug. * configure: Regenerate. * config/i386/sol2-9.h: Remove. * doc/install.texi (Specific, i?86-*-solaris2.9): Remove. (Specific, *-*-solaris2*): Mention Solaris 9 support removal. Remove Solaris 9 references. fixincludes: * inclhack.def (math_exception): Bypass on *-*-solaris2.1[0-9]*. (solaris_int_types): Remove. (solaris_longjmp_noreturn): Remove. (solaris_mutex_init_2): Remove. (solaris_once_init_2): Remove. (solaris_sys_va_list): Remove. * fixincl.x: Regenerate. * tests/base/iso/setjmp_iso.h: Remove. * tests/base/pthread.h [SOLARIS_MUTEX_INIT_2_CHECK]: Remove. [SOLARIS_ONCE_INIT_1_CHECK]: Remove wrapping done by solaris_once_init_2. [SOLARIS_ONCE_INIT_2_CHECK]: Remove. * tests/base/sys/int_types.h: Remove. * tests/base/sys/va_list.h: Remove. contrib: * config-list.mk (LIST): Remove sparc-sun-solaris2.9, i686-solaris2.9. From-SVN: r209621
103 lines
4.7 KiB
Makefile
103 lines
4.7 KiB
Makefile
# Run tests covering all config.gcc cases.
|
|
host_options='--with-mpc=/opt/cfarm/mpc' # gcc10
|
|
TEST=all-gcc
|
|
# Make sure you have a recent enough gcc (with ada support) in your path so
|
|
# that --enable-werror-always will work.
|
|
# To use, create a sibling directory to the gcc sources and cd into this.
|
|
# Use -j / -l make arguments and nice to assure a smooth resource-efficient
|
|
# load on the build machine, e.g. for 24 cores:
|
|
# svn co svn://gcc.gnu.org/svn/gcc/branches/foo-branch gcc
|
|
# mkdir multi-mk; cd multi-mk
|
|
# nohup nice make -j25 -l36 -f ../gcc/contrib/config-list.mk > make.out 2>&1 &
|
|
#
|
|
# v850e1-elf is rejected by config.sub
|
|
LIST = aarch64-elf aarch64-linux-gnu \
|
|
alpha-linux-gnu alpha-freebsd6 alpha-netbsd alpha-openbsd \
|
|
alpha64-dec-vms alpha-dec-vms am33_2.0-linux \
|
|
arc-elf32OPT-with-cpu=arc600 arc-elf32OPT-with-cpu=arc700 \
|
|
arc-linux-uclibcOPT-with-cpu=arc700 arceb-linux-uclibcOPT-with-cpu=arc700 \
|
|
arm-wrs-vxworks arm-netbsdelf \
|
|
arm-linux-androideabi arm-uclinux_eabi arm-eabi \
|
|
arm-symbianelf avr-rtems avr-elf \
|
|
bfin-elf bfin-uclinux bfin-linux-uclibc bfin-rtems bfin-openbsd \
|
|
c6x-elf c6x-uclinux cr16-elf cris-elf cris-linux crisv32-elf crisv32-linux \
|
|
epiphany-elf epiphany-elfOPT-with-stack-offset=16 fido-elf \
|
|
fr30-elf frv-elf frv-linux h8300-elf h8300-rtems hppa-linux-gnu \
|
|
hppa-linux-gnuOPT-enable-sjlj-exceptions=yes hppa64-linux-gnu \
|
|
hppa2.0-hpux10.1 hppa64-hpux11.3 \
|
|
hppa64-hpux11.0OPT-enable-sjlj-exceptions=yes hppa2.0-hpux11.9 \
|
|
i686-pc-linux-gnu i686-apple-darwin i686-apple-darwin9 i686-apple-darwin10 \
|
|
i486-freebsd4 i686-freebsd6 i686-kfreebsd-gnu \
|
|
i686-netbsdelf9 i686-knetbsd-gnu i686-openbsd i686-openbsd3.0 \
|
|
i686-elf i686-kopensolaris-gnu i686-symbolics-gnu i686-pc-msdosdjgpp \
|
|
i686-lynxos i686-nto-qnx \
|
|
i686-rtems i686-solaris2.10 i686-wrs-vxworks \
|
|
i686-wrs-vxworksae \
|
|
i686-cygwinOPT-enable-threads=yes i686-mingw32crt ia64-elf \
|
|
ia64-freebsd6 ia64-linux ia64-hpux ia64-hp-vms iq2000-elf lm32-elf \
|
|
lm32-rtems lm32-uclinux m32c-rtems m32c-elf m32r-elf m32rle-elf m32r-rtems \
|
|
m32r-linux m32rle-linux m68k-elf m68k-netbsdelf \
|
|
m68k-openbsd m68k-uclinux m68k-linux m68k-rtems \
|
|
mcore-elf mep-elf microblaze-linux microblaze-elf \
|
|
mips-netbsd \
|
|
mips64el-st-linux-gnu mips64octeon-linux mipsisa64r2-linux \
|
|
mipsisa32r2-linux-gnu mipsisa64r2-sde-elf mipsisa32-elfoabi \
|
|
mipsisa64-elfoabi mipsisa64r2el-elf mipsisa64sr71k-elf mipsisa64sb1-elf \
|
|
mipsel-elf mips64-elf mips64vr-elf mips64orion-elf mips-rtems \
|
|
mips-wrs-vxworks mipstx39-elf mmix-knuth-mmixware mn10300-elf moxie-elf \
|
|
moxie-uclinux moxie-rtems \
|
|
msp430-elf \
|
|
nds32le-elf nds32be-elf \
|
|
nios2-elf nios2-linux-gnu \
|
|
pdp11-aout picochip-elfOPT-enable-obsolete \
|
|
powerpc-darwin8 \
|
|
powerpc-darwin7 powerpc64-darwin powerpc-freebsd6 powerpc-netbsd \
|
|
powerpc-eabispe powerpc-eabisimaltivec powerpc-eabisim ppc-elf \
|
|
powerpc-eabialtivec powerpc-xilinx-eabi powerpc-eabi \
|
|
powerpc-rtems4.11OPT-enable-threads=yes powerpc-linux_spe \
|
|
powerpc-linux_paired powerpc64-linux_altivec \
|
|
powerpc-wrs-vxworks powerpc-wrs-vxworksae powerpc-lynxos powerpcle-elf \
|
|
powerpcle-eabisim powerpcle-eabi rs6000-ibm-aix4.3 rs6000-ibm-aix5.1.0 \
|
|
rs6000-ibm-aix5.2.0 rs6000-ibm-aix5.3.0 rs6000-ibm-aix6.0 \
|
|
rl78-elf rx-elf s390-linux-gnu s390x-linux-gnu s390x-ibm-tpf sh-elf \
|
|
shle-linux sh-netbsdelf sh-superh-elf sh5el-netbsd sh64-netbsd sh64-linux \
|
|
sh64-elfOPT-with-newlib sh-rtems sh-wrs-vxworks sparc-elf \
|
|
sparc-leon-elf sparc-rtems sparc-linux-gnu \
|
|
sparc-leon3-linux-gnuOPT-enable-target=all sparc-netbsdelf \
|
|
sparc64-sun-solaris2.10OPT-with-gnu-ldOPT-with-gnu-asOPT-enable-threads=posix \
|
|
sparc-wrs-vxworks sparc64-elf sparc64-rtems sparc64-linux sparc64-freebsd6 \
|
|
sparc64-netbsd sparc64-openbsd spu-elf \
|
|
tilegx-linux-gnu tilegxbe-linux-gnu tilepro-linux-gnu \
|
|
v850e-elf v850-elf vax-linux-gnu \
|
|
vax-netbsdelf vax-openbsd x86_64-apple-darwin \
|
|
x86_64-pc-linux-gnuOPT-with-fpmath=avx \
|
|
x86_64-elfOPT-with-fpmath=sse x86_64-freebsd6 x86_64-netbsd \
|
|
x86_64-knetbsd-gnu x86_64-w64-mingw32 \
|
|
x86_64-mingw32OPT-enable-sjlj-exceptions=yes xstormy16-elf xtensa-elf \
|
|
xtensa-linux \
|
|
i686-interix3OPT-enable-obsolete score-elfOPT-enable-obsolete
|
|
|
|
LOGFILES = $(patsubst %,log/%-make.out,$(LIST))
|
|
all: $(LOGFILES)
|
|
config: $(LIST)
|
|
|
|
.PHONY: make-log-dir all config
|
|
|
|
empty=
|
|
|
|
#Check for the presence of the MAINTAINERS file to make sure we are in a
|
|
#suitable current working directory.
|
|
make-log-dir: ../gcc/MAINTAINERS
|
|
mkdir log
|
|
|
|
$(LIST): make-log-dir
|
|
-mkdir $@
|
|
(cd $@ && \
|
|
../../gcc/configure \
|
|
--target=$(subst SCRIPTS,`pwd`/../scripts/,$(subst OPT,$(empty) -,$@)) \
|
|
--enable-werror-always ${host_options} --enable-languages=all,ada,go) \
|
|
> log/$@-config.out 2>&1
|
|
|
|
$(LOGFILES) : log/%-make.out : %
|
|
-$(MAKE) -C $< $(TEST) > $@ 2>&1 && rm -rf $<
|