diff options
author | midipix <writeonce@midipix.org> | 2015-03-26 00:41:58 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2015-03-26 00:41:58 -0400 |
commit | 27cb73cf4df233b63b882037dd91edcbf5de8858 (patch) | |
tree | 4043130147ff32b241025449fa6e877c34c5192c /libgomp | |
parent | d3783cb98babb0771827990f8e38f2322b5c2f3f (diff) | |
download | cbb-gcc-4.6.4-27cb73cf4df233b63b882037dd91edcbf5de8858.tar.bz2 cbb-gcc-4.6.4-27cb73cf4df233b63b882037dd91edcbf5de8858.tar.xz |
libtool: linking for the midipix targets now supports the cbb_ldflags_for_target variable.
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
Diffstat (limited to 'libgomp')
-rwxr-xr-x | libgomp/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgomp/configure b/libgomp/configure index df531768e..c72b18b1d 100755 --- a/libgomp/configure +++ b/libgomp/configure @@ -18118,7 +18118,7 @@ case $host_os in lt_lt_cv_sys_global_symbol_to_cdecl="\"sed -n -e 's/^T .* \\\\(.*\\\\)\\\$/extern int \\\\1();/p' -e 's/^[ABCDGIRSTW]* .* \\\\(.*\\\\)\\\$/extern char \\\\1;/p'\"" lt_soname_spec="\"\\\${libname}\\\${release}\\\${shared_ext}\\\$major\"" lt_library_names_spec="\"\\\${libname}\\\${release}\\\${shared_ext}\\\$versuffix \\\${libname}\\\${release}\\\${shared_ext}\\\$major \\\$libname\\\${shared_ext}\"" - lt_archive_cmds="\"\\\$CC -shared -mout-implib -moutput-def \\\$libobjs \\\$deplibs \\\$compiler_flags \\\${wl}-soname \\\$wl\\\$soname -o \\\$lib\"" + lt_archive_cmds="\"\\\$CC -shared -mout-implib -moutput-def \\\$cbb_ldflags_for_target \\\$libobjs \\\$deplibs \\\$compiler_flags \\\${wl}-soname \\\$wl\\\$soname -o \\\$lib\"" lt_archive_expsym_cmds="\"\\\$CC -shared -mout-implib -moutput-def \\\$libobjs \\\$deplibs \\\$compiler_flags \\\${wl}-soname \\\$wl\\\$soname \\\${wl}-retain-symbols-file \\\$wl\\\$export_symbols -o \\\$lib\"" lt_finish_cmds="\"\"" lt_lt_prog_compiler_static="\"-static\"" |