[Buildroot] alsa for arm compile options & svn 20557
Bernhard Fischer
rep.dot.nop at gmail.com
Mon Feb 11 18:01:57 UTC 2008
On Mon, Feb 11, 2008 at 11:27:11AM -0600, Andrew Dyer wrote:
>I believe a change introduced in SVN 20557 is incorrect for some arm
>kernel builds with alsa. Here is the 20557 change:
>
>--- trunk/buildroot/package/alsa-lib/alsa-lib.mk 2007/10/01 16:15:31 20163
>+++ trunk/buildroot/package/alsa-lib/alsa-lib.mk 2007/11/28 07:09:57 20557
>@@ -24,7 +24,7 @@
> (cd $(ALSA_LIB_DIR); rm -rf config.cache; \
> $(TARGET_CONFIGURE_ARGS) \
> $(TARGET_CONFIGURE_OPTS) \
>- CFLAGS="$(TARGET_CFLAGS)" \
>+ CFLAGS="$(TARGET_CFLAGS) -mabi=aapcs-linux" \
> LDFLAGS="$(TARGET_LDFLAGS)" \
> ./configure \
> --target=$(GNU_TARGET_NAME) \
Yes, that is pretty broken, too. I think that this works like it should
in my tree.
More information about the buildroot
mailing list