Hi,

2011/5/9 Henrique de Moraes Holschuh <h...@debian.org>:

> As per the rules of engagement and previous warning sent to debian-devel[1],
> I will forward this bug report upstream along with a patch and changelog
> entry in order to get the triplet you require.
>
> Please provide a GNU config patch (which changes config.sub/.guess as
> required, as well as the suggested ChangeLog entry).

Based on the patch presented previously:

diff --git a/ChangeLog b/ChangeLog
index c76e2f3..14179f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-05-09  Hector Oron <zu...@debian.org>
+
+       * config.guess: Add configuration support for
+       ${UNAME_MACHINE}-unknown-linux-gnueabihf on arm targets.
+
 2011-03-31  Kirk Hays  <kh...@hayshaus.com>
            Ben Elliston  <b...@gnu.org>

diff --git a/config.guess b/config.guess
index 187cd54..aba4b22 100755
--- a/config.guess
+++ b/config.guess
@@ -882,7 +882,12 @@ EOF
        then
            echo ${UNAME_MACHINE}-unknown-linux-gnu
        else
-           echo ${UNAME_MACHINE}-unknown-linux-gnueabi
+           if echo __ARM_PCS_VFP__ | $CC_FOR_BUILD -E - 2>/dev/null \
+               | grep -q __ARM_PCS_VFP__
+               echo ${UNAME_MACHINE}-unknown-linux-gnueabi
+           else
+               echo ${UNAME_MACHINE}-unknown-linux-gnueabihf
+           fi
        fi
        exit ;;
     avr32*:Linux:*:*)


Note I have not tested the patch, if you (Konstantinos) could test it
great, if not I'll try to do so later on.

> Once submitted, I will forward the patch upstream, and update the package as
> soon as I receive notice that upstream has added the triplet.  You are also
> welcome to forward it upstream yourselves, and notify this bug report of the
> patch progress, should you prefer to work that way.

Henrique it would be great if you could forward it.

> Should upstream disagree with the addition of the triplet, the issue will
> have to be resolved directly upstream.  I do not want the insane situation
> where the latest upstream GNU config does not work for a released Debian
> port to ever happen.

Sure, just for the record, and it might be helpful to mention to
upstream, this patch
should match this other patches:
  http://gcc.gnu.org/ml/gcc/2011-02/msg00408.html
  http://sourceware.org/bugzilla/show_bug.cgi?id=12643
  http://sourceware.org/ml/libc-ports/2011-05/msg00004.html

> I will wait for the GNU config patch.  FYI, in an attempt to make things
> easier, I will upload to unstable immediately a new version of autotools-dev
> which is in sync with upstream git, just in case anything near the area you
> must modify in the patch has changed.

Thanks very much for your support.

Best regards,
-- 
 Héctor Orón  -.. . -... .. .- -.   -.. . ...- . .-.. --- .--. . .-.

"Our Sun unleashes tremendous flares expelling hot gas into the Solar
System, which one day will disconnect us."

-- Day DVB-T stop working nicely
Video flare: http://antwrp.gsfc.nasa.gov/apod/ap100510.html



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to