Merge commit '678f788fea'
* commit '678f788fea':
configure: Set the initial ldflags to match the cflags
Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
This commit is contained in:
commit
071f6edb98
1 changed files with 1 additions and 0 deletions
1
configure
vendored
1
configure
vendored
|
|
@ -4199,6 +4199,7 @@ fi
|
|||
if [ "$cpu" != generic ]; then
|
||||
add_cflags $cpuflags
|
||||
add_asflags $cpuflags
|
||||
test "$cc_type" = "$ld_type" && add_ldflags $cpuflags
|
||||
fi
|
||||
|
||||
# compiler sanity check
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue