mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-23 06:07:41 +01:00
gcc with graphite: libppl.a needs libm
* workaround tested on ubuntu 13.04 x86_64 as a cross build.
This commit is contained in:
parent
a5171ea346
commit
9504a69542
2
gcc/configure
vendored
2
gcc/configure
vendored
@ -5701,7 +5701,7 @@ fi
|
|||||||
LIBS="$saved_LIBS"
|
LIBS="$saved_LIBS"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ppllibs="$ppllibs -lppl_c -lppl $pwllib -lgmpxx"
|
ppllibs="$ppllibs -lppl_c -lppl $pwllib -lgmpxx -lm"
|
||||||
|
|
||||||
if test "$enable_ppl_version_check" != no; then
|
if test "$enable_ppl_version_check" != no; then
|
||||||
saved_CFLAGS="$CFLAGS"
|
saved_CFLAGS="$CFLAGS"
|
||||||
|
@ -1570,7 +1570,7 @@ if test "x$with_ppl" != xno; then
|
|||||||
LIBS="$saved_LIBS"
|
LIBS="$saved_LIBS"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ppllibs="$ppllibs -lppl_c -lppl $pwllib -lgmpxx"
|
ppllibs="$ppllibs -lppl_c -lppl $pwllib -lgmpxx -lm"
|
||||||
|
|
||||||
if test "$enable_ppl_version_check" != no; then
|
if test "$enable_ppl_version_check" != no; then
|
||||||
saved_CFLAGS="$CFLAGS"
|
saved_CFLAGS="$CFLAGS"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user