repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
kernel: fix sanity check
[minix.git]
/
external
/
gpl3
/
gcc
/
patches
/
0002-minix-on-minix.patch
blob
cd4b969c9a7fe515c5064fd7ac2abd529c569d35
1
diff -rNU3 gcc-4.5.3/configure dist/configure
2
--- gcc-4.5.3/configure Wed Nov 7 20:12:53 2012
3
+++ dist/configure Wed Nov 7 19:25:20 2012
4
@@ -5321,7 +5321,7 @@
5
6
7
# Check for GMP, MPFR and MPC
8
-gmplibs="-lmpc -lmpfr -lgmp"
9
+gmplibs="-lmpc -lmpfr -lgmp -lm"
10
gmpinc=
11
have_gmp=no
12