Commit 071f6edb authored by Hendrik Leppkes's avatar Hendrik Leppkes

Merge commit '678f788f'

* commit '678f788f':
  configure: Set the initial ldflags to match the cflags
Merged-by: 's avatarHendrik Leppkes <h.leppkes@gmail.com>
parents 4d9b78a8 678f788f
...@@ -4199,6 +4199,7 @@ fi ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment