[Buildroot] svn commit: trunk/buildroot/package/openssl

Thiago A. Corrêa thiago.correa at gmail.com
Sat Jul 5 15:55:01 UTC 2008


On Sat, Jul 5, 2008 at 4:25 AM,  <ulf at uclibc.org> wrote:
> Author: ulf
> Date: 2008-07-05 00:25:06 -0700 (Sat, 05 Jul 2008)
> New Revision: 22646
>
> Log:
> Fix bug [1899] Add table entry to allow openssl to build for AVR32, disabled softfloat
>
> Added:
>   trunk/buildroot/package/openssl/openssl-0.9.7m.patch.avr32
>
> Modified:
>   trunk/buildroot/package/openssl/openssl.mk
>
(cut)
> Modified: trunk/buildroot/package/openssl/openssl.mk
> ===================================================================
> --- trunk/buildroot/package/openssl/openssl.mk  2008-07-05 06:58:53 UTC (rev 22645)
> +++ trunk/buildroot/package/openssl/openssl.mk  2008-07-05 07:25:06 UTC (rev 22646)
(cut)
> +ifeq ($(BR2_avr32),)
>        $(SED) 's,/CFLAG=,/CFLAG= $(TARGET_SOFT_FLOAT) ,g' \
>                $(OPENSSL_DIR)/Configure
> +endif

Shouldn't this be usefull to all platforms and not just avr32?



More information about the buildroot mailing list