Hello,

Ping ...

2011/5/11 Hector Oron <zu...@debian.org>:
> Hello,
>
>  Find attached patch which adds arm-*-linux-*eabi* support to configure files.
>  Please note that config.guess has been updated on GNU config package.
>
> Best regards,
>  -- Hector Oron
>
>
> diff -Naur gdb-7.2.y//config.guess gdb-7.2/config.guess
> --- gdb-7.2.y//config.guess     2010-06-01 17:53:40.000000000 +0000
> +++ gdb-7.2/config.guess        2011-05-11 14:48:01.000000000 +0000
> @@ -879,7 +879,13 @@
>        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
> +           then
> +               echo ${UNAME_MACHINE}-unknown-linux-gnueabi
> +           else
> +               echo ${UNAME_MACHINE}-unknown-linux-gnueabihf
> +           fi
>        fi
>        exit ;;
>     avr32*:Linux:*:*)
> diff -Naur gdb-7.2.y//configure gdb-7.2/configure
> --- gdb-7.2.y//configure        2010-06-01 17:28:08.000000000 +0000
> +++ gdb-7.2/configure   2011-05-11 14:45:44.000000000 +0000
> @@ -3376,7 +3376,7 @@
>     noconfigdirs="$noconfigdirs target-libffi target-qthreads"
>     libgloss_dir=arm
>     ;;
> -  arm*-*-linux-gnueabi)
> +  arm*-*-linux-*eabi*)
>     noconfigdirs="$noconfigdirs target-qthreads"
>     case ${with_newlib} in
>       no) noconfigdirs="$noconfigdirs target-newlib target-libgloss"
> diff -Naur gdb-7.2.y//configure.ac gdb-7.2/configure.ac
> --- gdb-7.2.y//configure.ac     2010-09-02 23:45:32.000000000 +0000
> +++ gdb-7.2/configure.ac        2011-05-11 14:45:26.000000000 +0000
> @@ -613,7 +613,7 @@
>     noconfigdirs="$noconfigdirs target-libffi target-qthreads"
>     libgloss_dir=arm
>     ;;
> -  arm*-*-linux-gnueabi)
> +  arm*-*-linux-*eabi*)
>     noconfigdirs="$noconfigdirs target-qthreads"
>     case ${with_newlib} in
>       no) noconfigdirs="$noconfigdirs target-newlib target-libgloss"
> diff -Naur gdb-7.2.y//debian/changelog gdb-7.2/debian/changelog
> --- gdb-7.2.y//debian/changelog 2010-09-05 21:09:58.000000000 +0000
> +++ gdb-7.2/debian/changelog    2011-05-11 14:56:10.000000000 +0000
> @@ -1,3 +1,10 @@
> +gdb (7.2-2) unstable; urgency=low
> +
> +  * Add support for arm-*-*eabi* triplet:
> +    - Update configure.ac, configure and config.guess
> +
> + -- Hector Oron <zu...@debian.org>  Wed, 11 May 2011 14:49:05 +0000
> +
>  gdb (7.2-1) unstable; urgency=low
>
>   * New upstream release, including:
>
> --
>  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
>



-- 
 Héctor Orón  -.. . -... .. .- -.   -.. . ...- . .-.. --- .--. . .-.

<free spam>
-- Would you like to make a donation for Debian Conference?
   ** http://debconf11.debconf.org/payments.xhtml **
</free spam>



--
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