b8a678ef1d
* Remade patch so it works with minix patch tool. * New MINIX tar support -ox, so revert back to it In fetch scripts, tar had been replaced by bsdtar as the prebvious tar did not support the -o flag under minix, which is required to prevent usage of tar file stored user and group information. This introduces portability problems. As our new tar tool now support that flag revert back to improve portability.
12 lines
284 B
Diff
12 lines
284 B
Diff
diff -rNU3 gcc-4.5.3/configure dist/configure
|
|
--- gcc-4.5.3/configure Wed Nov 7 20:12:53 2012
|
|
+++ dist/configure Wed Nov 7 19:25:20 2012
|
|
@@ -5321,7 +5321,7 @@
|
|
|
|
|
|
# Check for GMP, MPFR and MPC
|
|
-gmplibs="-lmpc -lmpfr -lgmp"
|
|
+gmplibs="-lmpc -lmpfr -lgmp -lm"
|
|
gmpinc=
|
|
have_gmp=no
|
|
|