Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-6]: src/external/lgpl3/gmp/dist Pull up following revision(s) (re...



details:   https://anonhg.NetBSD.org/src/rev/1e1c9129f0b5
branches:  netbsd-6
changeset: 774266:1e1c9129f0b5
user:      riz <riz%NetBSD.org@localhost>
date:      Thu Jun 28 04:55:15 2012 +0000

description:
Pull up following revision(s) (requested by christos in ticket #361):
        external/lgpl3/gmp/dist/config.guess: revision 1.2
disable exact cpu override to fix cross-compiling on linux

diffstat:

 external/lgpl3/gmp/dist/config.guess |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r b6b49c98278a -r 1e1c9129f0b5 external/lgpl3/gmp/dist/config.guess
--- a/external/lgpl3/gmp/dist/config.guess      Thu Jun 28 04:52:59 2012 +0000
+++ b/external/lgpl3/gmp/dist/config.guess      Thu Jun 28 04:55:15 2012 +0000
@@ -833,8 +833,8 @@
 
 # -------------------------------------------------------------------------
 # Use an exact cpu, if possible
-
-if test -n "$exact_cpu"; then
+# Disabled for NetBSD cross builds
+if false && test -n "$exact_cpu"; then
   echo "$exact_cpu$guess_rest"
 else
   echo "$guess_full"



Home | Main Index | Thread Index | Old Index