aboutsummaryrefslogtreecommitdiff
path: root/gcc/m2/config-make.in
blob: 5521d4f4698c467625f7d601d3accecc9c18ef69 (plain)
1
2
3
4
5
6
7
8
9
10
# Target libraries are put under this directory:
TARGET_SUBDIR = @target_subdir@
# Python3 executable name if it exists
PYTHON = @PYTHON@
# Does Python3 exist?  (yes/no).
HAVE_PYTHON = @HAVE_PYTHON@
# target cpu
TEST_TARGET_CPU_DEFAULT = @target@
# host cpu
TEST_HOST_CPU_DEFAULT = @host@