Searched refs:linker_opts (Results 26 - 30 of 30) sorted by relevance

12

/netbsd-current/external/mit/isl/dist/
H A Dcompile91 linker_opts="$linker_opts -LIBPATH:$file"
135 linker_opts=
195 linker_opts="$linker_opts $flag"
201 linker_opts="$linker_opts $2"
225 if test -n "$linker_opts"; then
226 linker_opts="-link$linker_opts"
[all...]
/netbsd-current/external/mit/isl/dist/interface/
H A Dcompile91 linker_opts="$linker_opts -LIBPATH:$file"
135 linker_opts=
195 linker_opts="$linker_opts $flag"
201 linker_opts="$linker_opts $2"
225 if test -n "$linker_opts"; then
226 linker_opts="-link$linker_opts"
[all...]
/netbsd-current/external/mpl/bind/dist/
H A Dcompile91 linker_opts="$linker_opts -LIBPATH:$file"
135 linker_opts=
195 linker_opts="$linker_opts $flag"
201 linker_opts="$linker_opts $2"
225 if test -n "$linker_opts"; then
226 linker_opts="-link$linker_opts"
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dlto-wrapper.c881 struct cl_decoded_option *linker_opts,
928 append_diag_options (&argv_obstack, linker_opts, linker_opt_count);
934 append_offload_options (&argv_obstack, target, linker_opts,
956 struct cl_decoded_option *linker_opts,
983 linker_opts, linker_opt_count);
877 compile_offload_image(const char *target, const char *compiler_path, unsigned in_argc, char *in_argv[], struct cl_decoded_option *compiler_opts, unsigned int compiler_opt_count, struct cl_decoded_option *linker_opts, unsigned int linker_opt_count) argument
953 compile_images_for_offload_targets(unsigned in_argc, char *in_argv[], struct cl_decoded_option *compiler_opts, unsigned int compiler_opt_count, struct cl_decoded_option *linker_opts, unsigned int linker_opt_count) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dlto-wrapper.cc918 vec<cl_decoded_option> linker_opts)
976 append_diag_options (&argv_obstack, linker_opts);
984 append_offload_options (&argv_obstack, target, linker_opts);
1004 vec<cl_decoded_option> linker_opts)
1024 compiler_opts, linker_opts);
915 compile_offload_image(const char *target, const char *compiler_path, unsigned in_argc, char *in_argv[], vec<cl_decoded_option> compiler_opts, vec<cl_decoded_option> linker_opts) argument
1002 compile_images_for_offload_targets(unsigned in_argc, char *in_argv[], vec<cl_decoded_option> compiler_opts, vec<cl_decoded_option> linker_opts) argument

Completed in 105 milliseconds

12