testsuite: Skip 90020.c on AIX.
[official-gcc.git] / libphobos / configure.tgt
blob66082e36fad795ae3a6906bdbced3b9171e0f141
1 # -*- shell-script -*-
2 # Copyright (C) 2018-2020 Free Software Foundation, Inc.
4 # GCC is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation; either version 3, or (at your option)
7 # any later version.
9 # GCC is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 # GNU General Public License for more details.
14 # You should have received a copy of the GNU General Public License
15 # along with GCC; see the file COPYING3.  If not see
16 # <http://www.gnu.org/licenses/>.
18 # This is the target specific configuration file.  This is invoked by the
19 # autoconf generated configure script.  Putting it in a separate shell file
20 # lets us skip running autoconf when modifying target specific information.
22 # Disable the libphobos or libdruntime components on untested or known
23 # broken systems.  More targets shall be added after testing.
24 LIBPHOBOS_SUPPORTED=no
25 LIBDRUNTIME_ONLY=auto
26 case "${target}" in
27   aarch64*-*-linux*)
28         LIBPHOBOS_SUPPORTED=yes
29         ;;
30   arm*-*-linux*)
31         LIBPHOBOS_SUPPORTED=yes
32         ;;
33   mips*-*-linux*)
34         LIBPHOBOS_SUPPORTED=yes
35         ;;
36   riscv*-*-linux*)
37         LIBPHOBOS_SUPPORTED=yes
38         ;;
39   s390*-linux*)
40         LIBPHOBOS_SUPPORTED=yes
41         ;;
42   x86_64-*-kfreebsd*-gnu | i?86-*-kfreebsd*-gnu)
43         LIBPHOBOS_SUPPORTED=yes
44         ;;
45   x86_64-*-linux* | i?86-*-linux*)
46         LIBPHOBOS_SUPPORTED=yes
47         ;;
48   x86_64-*-netbsd* | i?86-*-netbsd*)
49         LIBPHOBOS_SUPPORTED=yes
50         ;;
51   x86_64-*-solaris2.11* | i?86-*-solaris2.11*)
52         LIBPHOBOS_SUPPORTED=yes
53         ;;
54 esac