* config/i386/i386.c (ix86_legitimize_address): Declare
[official-gcc.git] / libgomp / testsuite / Makefile.am
blob9cc103a1c4d43b72d1194ec0c1745b5321c84042
1 ## Process this file with automake to produce Makefile.in.
3 AUTOMAKE_OPTIONS = foreign dejagnu
5 # May be used by various substitution variables.
6 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
8 EXPECT = $(shell if test -f $(top_builddir)/../expect/expect; then \
9            echo $(top_builddir)/../expect/expect; else echo expect; fi)
11 _RUNTEST = $(shell if test -f $(top_srcdir)/../dejagnu/runtest; then \
12              echo $(top_srcdir)/../dejagnu/runtest; else echo runtest; fi)
13 RUNTEST = "$(_RUNTEST) $(AM_RUNTESTFLAGS)"
15 # Used for support non-fallback offloading.
16 export OFFLOAD_TARGETS = $(offload_targets)
17 export OFFLOAD_ADDITIONAL_OPTIONS = $(offload_additional_options)
18 export OFFLOAD_ADDITIONAL_LIB_PATHS = $(offload_additional_lib_paths)