|
Lines 6271-6281
Link Here
|
| 6271 |
# cross-compilation, but unfortunately the echo tests do not |
6271 |
# cross-compilation, but unfortunately the echo tests do not |
| 6272 |
# yet detect zsh echo's removal of \ escapes. Also zsh mangles |
6272 |
# yet detect zsh echo's removal of \ escapes. Also zsh mangles |
| 6273 |
# `"' quotes if we put them in here... so don't! |
6273 |
# `"' quotes if we put them in here... so don't! |
| 6274 |
archive_cmds='$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs && $CC $(test .$module = .yes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -o $lib ${lib}-master.o $deplibs$linker_flags $(test .$module != .yes && echo -install_name $rpath/$soname $verstring)' |
6274 |
archive_cmds='$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs && $CC $(test .$module = .yes && echo -bundle || echo -dynamiclib) -flat_namespace -undefined suppress -o $lib ${lib}-master.o $deplibs$linker_flags $(test .$module != .yes && echo -install_name $rpath/$soname $verstring)' |
| 6275 |
# We need to add '_' to the symbols in $export_symbols first |
6275 |
# We need to add '_' to the symbols in $export_symbols first |
| 6276 |
#archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols' |
6276 |
#archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols' |
| 6277 |
hardcode_direct=yes |
6277 |
hardcode_direct=no |
| 6278 |
hardcode_shlibpath_var=no |
6278 |
hardcode_shlibpath_var=yes |
| 6279 |
whole_archive_flag_spec='-all_load $convenience' |
6279 |
whole_archive_flag_spec='-all_load $convenience' |
| 6280 |
;; |
6280 |
;; |
| 6281 |
|
6281 |
|