Merge commit '678f788fea3380e5cbbf75baac5cc0ce07a56a42'

* commit '678f788fea3380e5cbbf75baac5cc0ce07a56a42':
  configure: Set the initial ldflags to match the cflags

Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
pull/118/merge
Hendrik Leppkes 10 years ago
commit 071f6edb98
  1. 1
      configure

1
configure vendored

@ -4199,6 +4199,7 @@ fi
if [ "$cpu" != generic ]; then if [ "$cpu" != generic ]; then
add_cflags $cpuflags add_cflags $cpuflags
add_asflags $cpuflags add_asflags $cpuflags
test "$cc_type" = "$ld_type" && add_ldflags $cpuflags
fi fi
# compiler sanity check # compiler sanity check

Loading…
Cancel
Save