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 /libstdc++-v3 | |
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 'libstdc++-v3')
-rwxr-xr-x | libstdc++-v3/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index 551a1d273..18d540b74 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -67617,7 +67617,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\"" |