On Monday 11 January 2010 22:31:15 Philip A. Prindeville wrote:
> I'm trying to cross-build bash-3.2 with certain cross-compilation flags
> (like LDFLAGS="--sysroot=$(STAGING_DIR)/usr") but since LDFLAGS_FOR_BUILD
> is set to $(LDFLAGS), this isn't working.
>
> It would be nice to be able to set
> I'm trying to cross-build bash-3.2 with certain cross-compilation flags (like
> LDFLAGS="--sysroot=$(STAGING_DIR)/usr") but since LDFLAGS_FOR_BUILD is set to
> $(LDFLAGS), this isn't working.
>
> It would be nice to be able to set the two orthogonally.
Why not just specify the appropriate val
I'm trying to cross-build bash-3.2 with certain cross-compilation flags (like
LDFLAGS="--sysroot=$(STAGING_DIR)/usr") but since LDFLAGS_FOR_BUILD is set to
$(LDFLAGS), this isn't working.
It would be nice to be able to set the two orthogonally.
Anyone have a patch I could test?
Thanks,
-Phili