]> git.ipfire.org Git - thirdparty/gcc.git/blob - libgomp/testsuite/Makefile.in
Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).
[thirdparty/gcc.git] / libgomp / testsuite / Makefile.in
1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16 VPATH = @srcdir@
17 am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
27 }
28 am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
40 case $$MAKEFLAGS in \
41 *\\[\ \ ]*) \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
45 esac; \
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72 pkgdatadir = $(datadir)/@PACKAGE@
73 pkgincludedir = $(includedir)/@PACKAGE@
74 pkglibdir = $(libdir)/@PACKAGE@
75 pkglibexecdir = $(libexecdir)/@PACKAGE@
76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
80 INSTALL_HEADER = $(INSTALL_DATA)
81 transform = $(program_transform_name)
82 NORMAL_INSTALL = :
83 PRE_INSTALL = :
84 POST_INSTALL = :
85 NORMAL_UNINSTALL = :
86 PRE_UNINSTALL = :
87 POST_UNINSTALL = :
88 build_triplet = @build@
89 host_triplet = @host@
90 target_triplet = @target@
91 subdir = testsuite
92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
94 $(top_srcdir)/../config/depstand.m4 \
95 $(top_srcdir)/../config/enable.m4 \
96 $(top_srcdir)/../config/futex.m4 \
97 $(top_srcdir)/../config/lead-dot.m4 \
98 $(top_srcdir)/../config/lthostflags.m4 \
99 $(top_srcdir)/../config/multi.m4 \
100 $(top_srcdir)/../config/override.m4 \
101 $(top_srcdir)/../config/stdint.m4 \
102 $(top_srcdir)/../config/tls.m4 $(top_srcdir)/../ltoptions.m4 \
103 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
104 $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
105 $(top_srcdir)/../libtool.m4 $(top_srcdir)/../config/cet.m4 \
106 $(top_srcdir)/plugin/configfrag.ac $(top_srcdir)/configure.ac
107 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
108 $(ACLOCAL_M4)
109 DIST_COMMON = $(srcdir)/Makefile.am
110 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
111 CONFIG_HEADER = $(top_builddir)/config.h
112 CONFIG_CLEAN_FILES = libgomp-test-support.pt.exp
113 CONFIG_CLEAN_VPATH_FILES =
114 AM_V_P = $(am__v_P_@AM_V@)
115 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
116 am__v_P_0 = false
117 am__v_P_1 = :
118 AM_V_GEN = $(am__v_GEN_@AM_V@)
119 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
120 am__v_GEN_0 = @echo " GEN " $@;
121 am__v_GEN_1 =
122 AM_V_at = $(am__v_at_@AM_V@)
123 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
124 am__v_at_0 = @
125 am__v_at_1 =
126 SOURCES =
127 am__can_run_installinfo = \
128 case $$AM_UPDATE_INFO_DIR in \
129 n|no|NO) false;; \
130 *) (install-info --version) >/dev/null 2>&1;; \
131 esac
132 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
133 DEJATOOL = $(PACKAGE)
134 RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir
135 ACLOCAL = @ACLOCAL@
136 AMTAR = @AMTAR@
137 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
138 AR = @AR@
139 AUTOCONF = @AUTOCONF@
140 AUTOHEADER = @AUTOHEADER@
141 AUTOMAKE = @AUTOMAKE@
142 AWK = @AWK@
143 CC = @CC@
144 CCDEPMODE = @CCDEPMODE@
145 CFLAGS = @CFLAGS@
146 CPP = @CPP@
147 CPPFLAGS = @CPPFLAGS@
148 CUDA_DRIVER_INCLUDE = @CUDA_DRIVER_INCLUDE@
149 CUDA_DRIVER_LIB = @CUDA_DRIVER_LIB@
150 CYGPATH_W = @CYGPATH_W@
151 DEFS = @DEFS@
152 DEPDIR = @DEPDIR@
153 DSYMUTIL = @DSYMUTIL@
154 DUMPBIN = @DUMPBIN@
155 ECHO_C = @ECHO_C@
156 ECHO_N = @ECHO_N@
157 ECHO_T = @ECHO_T@
158 EGREP = @EGREP@
159 EXEEXT = @EXEEXT@
160 FC = @FC@
161 FCFLAGS = @FCFLAGS@
162 FGREP = @FGREP@
163 GREP = @GREP@
164 HSA_RUNTIME_INCLUDE = @HSA_RUNTIME_INCLUDE@
165 HSA_RUNTIME_LIB = @HSA_RUNTIME_LIB@
166 INSTALL = @INSTALL@
167 INSTALL_DATA = @INSTALL_DATA@
168 INSTALL_PROGRAM = @INSTALL_PROGRAM@
169 INSTALL_SCRIPT = @INSTALL_SCRIPT@
170 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
171 LD = @LD@
172 LDFLAGS = @LDFLAGS@
173 LIBOBJS = @LIBOBJS@
174 LIBS = @LIBS@
175 LIBTOOL = @LIBTOOL@
176 LIPO = @LIPO@
177 LN_S = @LN_S@
178 LTLIBOBJS = @LTLIBOBJS@
179 MAINT = @MAINT@
180 MAKEINFO = @MAKEINFO@
181 MKDIR_P = @MKDIR_P@
182 NM = @NM@
183 NMEDIT = @NMEDIT@
184 OBJDUMP = @OBJDUMP@
185 OBJEXT = @OBJEXT@
186 OMP_LOCK_25_ALIGN = @OMP_LOCK_25_ALIGN@
187 OMP_LOCK_25_KIND = @OMP_LOCK_25_KIND@
188 OMP_LOCK_25_SIZE = @OMP_LOCK_25_SIZE@
189 OMP_LOCK_ALIGN = @OMP_LOCK_ALIGN@
190 OMP_LOCK_KIND = @OMP_LOCK_KIND@
191 OMP_LOCK_SIZE = @OMP_LOCK_SIZE@
192 OMP_NEST_LOCK_25_ALIGN = @OMP_NEST_LOCK_25_ALIGN@
193 OMP_NEST_LOCK_25_KIND = @OMP_NEST_LOCK_25_KIND@
194 OMP_NEST_LOCK_25_SIZE = @OMP_NEST_LOCK_25_SIZE@
195 OMP_NEST_LOCK_ALIGN = @OMP_NEST_LOCK_ALIGN@
196 OMP_NEST_LOCK_KIND = @OMP_NEST_LOCK_KIND@
197 OMP_NEST_LOCK_SIZE = @OMP_NEST_LOCK_SIZE@
198 OPT_LDFLAGS = @OPT_LDFLAGS@
199 OTOOL = @OTOOL@
200 OTOOL64 = @OTOOL64@
201 PACKAGE = @PACKAGE@
202 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
203 PACKAGE_NAME = @PACKAGE_NAME@
204 PACKAGE_STRING = @PACKAGE_STRING@
205 PACKAGE_TARNAME = @PACKAGE_TARNAME@
206 PACKAGE_URL = @PACKAGE_URL@
207 PACKAGE_VERSION = @PACKAGE_VERSION@
208 PATH_SEPARATOR = @PATH_SEPARATOR@
209 PERL = @PERL@
210 PLUGIN_HSA = @PLUGIN_HSA@
211 PLUGIN_HSA_CPPFLAGS = @PLUGIN_HSA_CPPFLAGS@
212 PLUGIN_HSA_LDFLAGS = @PLUGIN_HSA_LDFLAGS@
213 PLUGIN_HSA_LIBS = @PLUGIN_HSA_LIBS@
214 PLUGIN_NVPTX = @PLUGIN_NVPTX@
215 PLUGIN_NVPTX_CPPFLAGS = @PLUGIN_NVPTX_CPPFLAGS@
216 PLUGIN_NVPTX_LDFLAGS = @PLUGIN_NVPTX_LDFLAGS@
217 PLUGIN_NVPTX_LIBS = @PLUGIN_NVPTX_LIBS@
218 RANLIB = @RANLIB@
219 SECTION_LDFLAGS = @SECTION_LDFLAGS@
220 SED = @SED@
221 SET_MAKE = @SET_MAKE@
222 SHELL = @SHELL@
223 STRIP = @STRIP@
224 VERSION = @VERSION@
225 XCFLAGS = @XCFLAGS@
226 XLDFLAGS = @XLDFLAGS@
227 abs_builddir = @abs_builddir@
228 abs_srcdir = @abs_srcdir@
229 abs_top_builddir = @abs_top_builddir@
230 abs_top_srcdir = @abs_top_srcdir@
231 ac_ct_CC = @ac_ct_CC@
232 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
233 ac_ct_FC = @ac_ct_FC@
234 am__include = @am__include@
235 am__leading_dot = @am__leading_dot@
236 am__quote = @am__quote@
237 am__tar = @am__tar@
238 am__untar = @am__untar@
239 bindir = @bindir@
240 build = @build@
241 build_alias = @build_alias@
242 build_cpu = @build_cpu@
243 build_os = @build_os@
244 build_vendor = @build_vendor@
245 builddir = @builddir@
246 config_path = @config_path@
247 datadir = @datadir@
248 datarootdir = @datarootdir@
249 docdir = @docdir@
250 dvidir = @dvidir@
251 enable_shared = @enable_shared@
252 enable_static = @enable_static@
253 exec_prefix = @exec_prefix@
254 get_gcc_base_ver = @get_gcc_base_ver@
255 host = @host@
256 host_alias = @host_alias@
257 host_cpu = @host_cpu@
258 host_os = @host_os@
259 host_vendor = @host_vendor@
260 htmldir = @htmldir@
261 includedir = @includedir@
262 infodir = @infodir@
263 install_sh = @install_sh@
264 libdir = @libdir@
265 libexecdir = @libexecdir@
266 libtool_VERSION = @libtool_VERSION@
267 link_gomp = @link_gomp@
268 localedir = @localedir@
269 localstatedir = @localstatedir@
270 lt_host_flags = @lt_host_flags@
271 mandir = @mandir@
272 mkdir_p = @mkdir_p@
273 multi_basedir = @multi_basedir@
274 offload_additional_lib_paths = @offload_additional_lib_paths@
275 offload_additional_options = @offload_additional_options@
276 offload_targets = @offload_targets@
277 oldincludedir = @oldincludedir@
278 pdfdir = @pdfdir@
279 prefix = @prefix@
280 program_transform_name = @program_transform_name@
281 psdir = @psdir@
282 sbindir = @sbindir@
283 sharedstatedir = @sharedstatedir@
284 srcdir = @srcdir@
285 sysconfdir = @sysconfdir@
286 target = @target@
287 target_alias = @target_alias@
288 target_cpu = @target_cpu@
289 target_os = @target_os@
290 target_vendor = @target_vendor@
291 toolexecdir = @toolexecdir@
292 toolexeclibdir = @toolexeclibdir@
293 top_build_prefix = @top_build_prefix@
294 top_builddir = @top_builddir@
295 top_srcdir = @top_srcdir@
296 AUTOMAKE_OPTIONS = foreign dejagnu
297
298 # May be used by various substitution variables.
299 gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
300 EXPECT = $(shell if test -f $(top_builddir)/../expect/expect; then \
301 echo $(top_builddir)/../expect/expect; else echo expect; fi)
302
303 _RUNTEST = $(shell if test -f $(top_srcdir)/../dejagnu/runtest; then \
304 echo $(top_srcdir)/../dejagnu/runtest; else echo runtest; fi)
305
306 RUNTEST = $(_RUNTEST) $(AM_RUNTESTFLAGS)
307 all: all-am
308
309 .SUFFIXES:
310 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
311 @for dep in $?; do \
312 case '$(am__configure_deps)' in \
313 *$$dep*) \
314 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
315 && { if test -f $@; then exit 0; else break; fi; }; \
316 exit 1;; \
317 esac; \
318 done; \
319 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign testsuite/Makefile'; \
320 $(am__cd) $(top_srcdir) && \
321 $(AUTOMAKE) --foreign testsuite/Makefile
322 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
323 @case '$?' in \
324 *config.status*) \
325 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
326 *) \
327 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
328 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
329 esac;
330
331 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
332 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
333
334 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
335 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
336 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
337 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
338 $(am__aclocal_m4_deps):
339 libgomp-test-support.pt.exp: $(top_builddir)/config.status $(srcdir)/libgomp-test-support.exp.in
340 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
341
342 mostlyclean-libtool:
343 -rm -f *.lo
344
345 clean-libtool:
346 -rm -rf .libs _libs
347 tags TAGS:
348
349 ctags CTAGS:
350
351 cscope cscopelist:
352
353
354 check-DEJAGNU: site.exp
355 srcdir='$(srcdir)'; export srcdir; \
356 EXPECT=$(EXPECT); export EXPECT; \
357 if $(SHELL) -c "$(RUNTEST) --version" > /dev/null 2>&1; then \
358 exit_status=0; l='$(DEJATOOL)'; for tool in $$l; do \
359 if $(RUNTEST) $(AM_RUNTESTFLAGS) $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \
360 then :; else exit_status=1; fi; \
361 done; \
362 else echo "WARNING: could not find '$(RUNTEST)'" 1>&2; :;\
363 fi; \
364 exit $$exit_status
365 site.exp: Makefile $(EXTRA_DEJAGNU_SITE_CONFIG)
366 @echo 'Making a new site.exp file ...'
367 @echo '## these variables are automatically generated by make ##' >site.tmp
368 @echo '# Do not edit here. If you wish to override these values' >>site.tmp
369 @echo '# edit the last section' >>site.tmp
370 @echo 'set srcdir "$(srcdir)"' >>site.tmp
371 @echo "set objdir `pwd`" >>site.tmp
372 @echo 'set build_alias "$(build_alias)"' >>site.tmp
373 @echo 'set build_triplet $(build_triplet)' >>site.tmp
374 @echo 'set host_alias "$(host_alias)"' >>site.tmp
375 @echo 'set host_triplet $(host_triplet)' >>site.tmp
376 @echo 'set target_alias "$(target_alias)"' >>site.tmp
377 @echo 'set target_triplet $(target_triplet)' >>site.tmp
378 @list='$(EXTRA_DEJAGNU_SITE_CONFIG)'; for f in $$list; do \
379 echo "## Begin content included from file $$f. Do not modify. ##" \
380 && cat `test -f "$$f" || echo '$(srcdir)/'`$$f \
381 && echo "## End content included from file $$f. ##" \
382 || exit 1; \
383 done >> site.tmp
384 @echo "## End of auto-generated content; you can edit from here. ##" >> site.tmp
385 @if test -f site.exp; then \
386 sed -e '1,/^## End of auto-generated content.*##/d' site.exp >> site.tmp; \
387 fi
388 @-rm -f site.bak
389 @test ! -f site.exp || mv site.exp site.bak
390 @mv site.tmp site.exp
391
392 distclean-DEJAGNU:
393 -rm -f site.exp site.bak
394 -l='$(DEJATOOL)'; for tool in $$l; do \
395 rm -f $$tool.sum $$tool.log; \
396 done
397 check-am: all-am
398 $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
399 check: check-am
400 all-am: Makefile all-local
401 installdirs:
402 install: install-am
403 install-exec: install-exec-am
404 install-data: install-data-am
405 uninstall: uninstall-am
406
407 install-am: all-am
408 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
409
410 installcheck: installcheck-am
411 install-strip:
412 if test -z '$(STRIP)'; then \
413 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
414 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
415 install; \
416 else \
417 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
418 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
419 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
420 fi
421 mostlyclean-generic:
422
423 clean-generic:
424
425 distclean-generic:
426 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
427 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
428
429 maintainer-clean-generic:
430 @echo "This command is intended for maintainers to use"
431 @echo "it deletes files that may require special tools to rebuild."
432 clean: clean-am
433
434 clean-am: clean-generic clean-libtool mostlyclean-am
435
436 distclean: distclean-am
437 -rm -f Makefile
438 distclean-am: clean-am distclean-DEJAGNU distclean-generic
439
440 dvi: dvi-am
441
442 dvi-am:
443
444 html: html-am
445
446 html-am:
447
448 info: info-am
449
450 info-am:
451
452 install-data-am:
453
454 install-dvi: install-dvi-am
455
456 install-dvi-am:
457
458 install-exec-am:
459
460 install-html: install-html-am
461
462 install-html-am:
463
464 install-info: install-info-am
465
466 install-info-am:
467
468 install-man:
469
470 install-pdf: install-pdf-am
471
472 install-pdf-am:
473
474 install-ps: install-ps-am
475
476 install-ps-am:
477
478 installcheck-am:
479
480 maintainer-clean: maintainer-clean-am
481 -rm -f Makefile
482 maintainer-clean-am: distclean-am maintainer-clean-generic
483
484 mostlyclean: mostlyclean-am
485
486 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
487
488 pdf: pdf-am
489
490 pdf-am:
491
492 ps: ps-am
493
494 ps-am:
495
496 uninstall-am:
497
498 .MAKE: check-am install-am install-strip
499
500 .PHONY: all all-am all-local check check-DEJAGNU check-am clean \
501 clean-generic clean-libtool cscopelist-am ctags-am distclean \
502 distclean-DEJAGNU distclean-generic distclean-libtool dvi \
503 dvi-am html html-am info info-am install install-am \
504 install-data install-data-am install-dvi install-dvi-am \
505 install-exec install-exec-am install-html install-html-am \
506 install-info install-info-am install-man install-pdf \
507 install-pdf-am install-ps install-ps-am install-strip \
508 installcheck installcheck-am installdirs maintainer-clean \
509 maintainer-clean-generic mostlyclean mostlyclean-generic \
510 mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
511 uninstall-am
512
513 .PRECIOUS: Makefile
514
515
516 # Instead of directly in ../testsuite/libgomp-test-support.exp.in, the
517 # following variables have to be "routed through" this Makefile, for expansion
518 # of the several (Makefile) variables used therein.
519 libgomp-test-support.exp: libgomp-test-support.pt.exp Makefile
520 cp $< $@.tmp
521 echo >> $@.tmp \
522 'set offload_additional_options "$(offload_additional_options)"'
523 echo >> $@.tmp \
524 'set offload_additional_lib_paths "$(offload_additional_lib_paths)"'
525 mv $@.tmp $@
526
527 all-local: libgomp-test-support.exp
528
529 # Tell versions [3.59,3.63) of GNU make to not export all variables.
530 # Otherwise a system limit (for SysV at least) may be exceeded.
531 .NOEXPORT: