Skip to content
Snippets Groups Projects
Commit 9460d504 authored by Rodrigo Mesquita's avatar Rodrigo Mesquita :seedling: Committed by Marge Bot
Browse files

configure: Do not override existing linker flags in FP_LD_NO_FIXUP_CHAINS

parent ab9281a2
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ AC_DEFUN([FP_LD_NO_FIXUP_CHAINS], [
echo 'int main(void) {return 0;}' > conftest.c
if $CC -o conftest.o -Wl,-no_fixup_chains conftest.c > /dev/null 2>&1
then
$2="-Wl,-no_fixup_chains"
$2="$$2 -Wl,-no_fixup_chains"
AC_MSG_RESULT([yes])
else
AC_MSG_RESULT([no])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment